vncoreui / com.venuenext.vncoreui / LifecycleCoroutineScope

LifecycleCoroutineScope

class LifecycleCoroutineScope : CoroutineScope, LifecycleObserver
Deprecated: Will be replaced with extensions on library update

Constructors

<init>

LifecycleCoroutineScope(owner: LifecycleOwner)

Properties

coroutineContext

val coroutineContext: CoroutineContext

Functions

onCreated

fun onCreated(): Unit

onDestroyed

fun onDestroyed(): Unit

onPaused

fun onPaused(): Unit

onResumed

fun onResumed(): Unit

onStopped

fun onStopped(): Unit