androidx.savedstate
Interfaces
SavedStateRegistry.AutoRecreated | Subclasses of this interface will be automatically recreated if they were previously registered via |
SavedStateRegistry.SavedStateProvider | This interface marks a component that contributes to saved state. |
SavedStateRegistryOwner | A scope that owns |
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 | An interface for plugging components that consumes and contributes to the saved state. |
SavedStateRegistryController | An API for |
SavedStateWriter | An inline class that encapsulates an opaque |
ViewTreeSavedStateRegistryOwner |