ViewLifecycleCoroutineScope
DispatchLifecycleScope instance which is tied to a Fragment's View lifecycle.
Functions
Every time the View Lifecycle State reaches CREATED, create a new coroutine and collect this Flow.
Lifecycle-aware function for launching a coroutine any time the Lifecycle.State is at least Lifecycle.State.CREATED.
Every time the View Lifecycle State reaches RESUMED, create a new coroutine and collect this Flow.
Lifecycle-aware function for launching a coroutine any time the Lifecycle.State is at least Lifecycle.State.RESUMED.
Every time the View Lifecycle State reaches STARTED, create a new coroutine and collect this Flow.
Lifecycle-aware function for launching a coroutine any time the Lifecycle.State is at least Lifecycle.State.STARTED.
Properties
the lifecycle to which this MainImmediateCoroutineScope is linked.