androidx.savedstate


Interfaces

SavedStateRegistry.AutoRecreated

This interface is deprecated. `AutoRecreated` is deprecated.

SavedStateRegistry.SavedStateProvider

Contributes to the saved state.

SavedStateRegistry.SavedStateRestorer

Restores state for a component.

SavedStateRegistryOwner

A scope that owns a SavedStateRegistry.

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 SavedState, and provides an API for reading the platform specific state.

SavedStateRegistry

Registry for components that consume and contribute to saved state.

SavedStateRegistryController

An API for SavedStateRegistryOwner implementations to control SavedStateRegistry.

SavedStateRegistryOwnerFactory
SavedStateWriter

An inline class that encapsulates an opaque SavedState, and provides an API for writing the platform specific state.

ViewTreeSavedStateRegistryOwner