public interface SwipeToRefreshListener
Modifier and Type | Interface and Description |
---|---|
static interface |
SwipeToRefreshListener.RefreshIndicator
Interface representing the refresh indicator shown to the user.
|
Modifier and Type | Method and Description |
---|---|
void |
onRefresh(SwipeToRefreshListener.RefreshIndicator refreshIndicator)
Callback method when the user triggers the refresh.
|
void onRefresh(SwipeToRefreshListener.RefreshIndicator refreshIndicator)
refreshIndicator
- The refresh indicator that is shown to the user.