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 .
|
ViewTreeSavedStateRegistryOwner |
Accessors for finding a view tree-local SavedStateRegistryOwner that allows managing the
saving state using SavedStateRegistry for the given view.
|