androidx.savedstate
Interfaces
SavedStateProvider |
Contributes to the saved state. |
SavedStateRegistry.AutoRecreated |
This interface is deprecated. `AutoRecreated` is deprecated. |
SavedStateRegistry.SavedStateProvider |
Contributes to the saved state. |
SavedStateRegistryOwner |
A scope that owns a |
SavedStateRestorer |
Restores state for a component. |
Classes
SavedState |
An opaque (empty) common type that holds saveable values to be saved and restored by native platforms that have a concept of System-initiated Process Death. |
SavedStateKt |
|
SavedStateReader |
An inline class that encapsulates an opaque |
SavedStateRegistry |
Registry for components that consume and contribute to saved state. |
SavedStateRegistryController |
An API for |
SavedStateRegistryOwnerFactory |
|
SavedStateWriter |
An inline class that encapsulates an opaque |
ViewTreeSavedStateRegistryOwner |