package

androidx.savedstate

Interfaces

SavedStateRegistry<S>An interface for plugging components that consumes and contributes to the saved state.
SavedStateRegistry.SavedStateProvider<S>This interface marks a component that contributes to saved state.
SavedStateRegistryOwnerA scope that owns SavedStateRegistry

Classes

AbstractSavedStateRegistry<S>This class provides a skeletal implementation of the SavedStateRegistry.
SavedStateRegistryControllerAn API for SavedStateRegistryOwner implementations to control SavedStateRegistry.
ViewTreeSavedStateRegistryOwnerAccessors for finding a view tree-local SavedStateRegistryOwner that allows managing the saving state using SavedStateRegistry for the given view.