androidx.lifecycle.compose
Interfaces
LifecyclePauseOrDisposeEffectResult |
Interface used for |
Cmn
|
LifecycleStopOrDisposeEffectResult |
Interface used for |
Cmn
|
Classes
LifecycleResumePauseEffectScope |
Receiver scope for |
Cmn
|
LifecycleStartStopEffectScope |
Receiver scope for |
Cmn
|
Composables
LifecycleEventEffect |
Schedule an effect to run when the |
Cmn
|
LifecycleResumeEffect |
It is an error to call |
Cmn
|
LifecycleStartEffect |
It is an error to call |
Cmn
|
collectAsStateWithLifecycle |
Collects values from this |
Cmn
|
currentStateAsState |
Collects values from the |
Cmn
|
dropUnlessResumed |
Returns a new decorated function that will invoke the given |
Cmn
|
dropUnlessStarted |
Returns a new decorated function that will invoke the given |
Cmn
|
rememberLifecycleOwner |
Remembers a new |
Cmn
|
Top-level properties summary
ProvidableCompositionLocal<LifecycleOwner> |
The CompositionLocal containing the current |
Cmn
android
|
Top-level properties
LocalLifecycleOwner
val LocalLifecycleOwner: ProvidableCompositionLocal<LifecycleOwner>
The CompositionLocal containing the current LifecycleOwner.