Package com. drake. net. scope
Types
AndroidScope
Link copied to clipboard
open class AndroidScope(lifecycleOwner: LifecycleOwner?, lifeEvent: Lifecycle.Event, dispatcher: CoroutineDispatcher) : CoroutineScope, Closeable
Content copied to clipboard
DialogCoroutineScope
Link copied to clipboard
class DialogCoroutineScope(activity: FragmentActivity, dialog: Dialog?, cancelable: Boolean?, dispatcher: CoroutineDispatcher) : NetCoroutineScope, LifecycleObserver
Content copied to clipboard
NetCoroutineScope
Link copied to clipboard
open class NetCoroutineScope(lifecycleOwner: LifecycleOwner?, lifeEvent: Lifecycle.Event, dispatcher: CoroutineDispatcher) : AndroidScope
Content copied to clipboard
PageCoroutineScope
Link copied to clipboard
class PageCoroutineScope(page: PageRefreshLayout, dispatcher: CoroutineDispatcher) : NetCoroutineScope
Content copied to clipboard
StateCoroutineScope
Link copied to clipboard
class StateCoroutineScope(state: StateLayout, dispatcher: CoroutineDispatcher) : NetCoroutineScope
Content copied to clipboard
ViewCoroutineScope
Link copied to clipboard
class ViewCoroutineScope(view: View, dispatcher: CoroutineDispatcher) : NetCoroutineScope
Content copied to clipboard