setRefreshAction

fun SwipeRefreshLayout.setRefreshAction(coroutineScope: CoroutineScope, block: suspend () -> Unit)
fun SwipeRefreshLayout.setRefreshAction(block: (completion: () -> Unit) -> Unit)