C
E
L
M
P
R
S
C
- collectAsStateOnLifecycle(Flow,R,CoroutineContext,Lifecycle.State) - function in pro.respawn.flowmvi.android.compose.LifecycleAwareFlowKt
- Create and collect a Flow that is only collected when LocalLifecycleOwner is in lifecycleState
- collectAsStateOnLifecycle(StateFlow,CoroutineContext,Lifecycle.State) - function in pro.respawn.flowmvi.android.compose.LifecycleAwareFlowKt
- Create and collect a Flow that is only collected when LocalLifecycleOwner is in lifecycleState
- collectOnLifecycle(Flow,Lifecycle.State,SuspendFunction2) - function in pro.respawn.flowmvi.android.compose.LifecycleAwareFlowKt
- Create and collect a Flow that is only collected when LocalLifecycleOwner is in lifecycleState
- consume(SuspendFunction2) - function in pro.respawn.flowmvi.android.compose.ConsumerScope
- Call this somewhere at the top of your MVIComposable to consume actions received from the provider
- consume(MVIProvider,Lifecycle.State,SuspendFunction2) - function in pro.respawn.flowmvi.android.compose.ConsumerScopeKt
- ConsumerScope - class in pro.respawn.flowmvi.android.compose
- An interface for the scope that provides magic send and consume functions inside your composable
- ConsumerScopeKt - class in pro.respawn.flowmvi.android.compose