androidx.savedstate
Interfaces
| SavedStateRegistry.AutoRecreated |
Subclasses of this interface will be automatically recreated if they were previously
registered via {SavedStateRegistry.runOnNextRecreation(Class)}.
|
| SavedStateRegistry.SavedStateProvider | This interface marks a component that contributes to saved state. |
| SavedStateRegistryOwner |
A scope that owns SavedStateRegistry
|
Classes
| SavedStateRegistry | An interface for plugging components that consumes and contributes to the saved state. |
| SavedStateRegistryController |
An API for SavedStateRegistryOwner implementations to control SavedStateRegistry.
|