set Refresh Action
fun SwipeRefreshLayout.setRefreshAction(coroutineScope: CoroutineScope, block: suspend () -> Unit)
Content copied to clipboard
fun SwipeRefreshLayout.setRefreshAction(block: (completion: () -> Unit) -> Unit)
Content copied to clipboard