Index
Package com.drake.net.scope¶
Types¶
Name | Summary |
---|---|
AndroidScope | 异步协程作用域open class AndroidScope : CoroutineScope |
DialogCoroutineScope | 自动加载对话框网络请求class DialogCoroutineScope : NetCoroutineScope , LifecycleObserver |
NetCoroutineScope | 自动显示网络错误信息协程作用域open class NetCoroutineScope : AndroidScope |
PageCoroutineScope | class PageCoroutineScope : NetCoroutineScope |
StateCoroutineScope | 缺省页作用域class StateCoroutineScope : NetCoroutineScope |