public static interface SwipeToRefreshListener.RefreshIndicator
Modifier and Type | Method and Description |
---|---|
void |
hide()
Hides the refresh indicator shown to the user.
|
boolean |
isVisible()
Indicates whether or not the refresh indicator is shown to the user.
|
void |
show()
Shows the refresh indicator to the user.
|
void hide()
void show()
boolean isVisible()