Package 

Class SwipeRefreshState


  • @Deprecated(message = 
         accompanist/swiperefresh is deprecated.
         The androidx.compose equivalent of SwipeRefreshState is PullRefreshState.
         For more migration information, please visit https://google.github.io/accompanist/swiperefresh/#migration
        )@Stable() 
    public final class SwipeRefreshState
    
                        

    A state object that can be hoisted to control and observe changes for SwipeRefresh.

    In most cases, this will be created via rememberSwipeRefreshState.