C
G
R
S
S
- setIsRefreshing(Boolean) - function in com.google.accompanist.swiperefresh.SwipeRefreshState
- Whether this SwipeRefreshState is currently refreshing or not.
- setIsSwipeInProgress(Boolean) - function in com.google.accompanist.swiperefresh.SwipeRefreshState
- SwipeRefresh(SwipeRefreshState,Function0,Modifier,Boolean,Dp,Alignment,PaddingValues,Function2,Boolean,Function0) - function in com.google.accompanist.swiperefresh.SwipeRefreshKt
- A layout which implements the swipe-to-refresh pattern, allowing the user to refresh content via a vertical swipe gesture.
- SwipeRefreshIndicator(SwipeRefreshState,Dp,Modifier,Boolean,Boolean,Boolean,Color,Color,Shape,Dp,Boolean,Dp) - function in com.google.accompanist.swiperefresh.SwipeRefreshIndicatorKt
- Indicator composable which is typically used in conjunction with SwipeRefresh.
- SwipeRefreshIndicatorKt - class in com.google.accompanist.swiperefresh
- SwipeRefreshKt - class in com.google.accompanist.swiperefresh
- SwipeRefreshState - class in com.google.accompanist.swiperefresh
- A state object that can be hoisted to control and observe changes for SwipeRefresh.