androidx.savedstate


Interfaces

SavedStateRegistry.AutoRecreated

Subclasses of this interface will be automatically recreated if they were previously registered via runOnNextRecreation.

SavedStateRegistry.SavedStateProvider

This interface marks a component that contributes to saved state.

SavedStateRegistryOwner

A scope that owns 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

An interface for plugging components that consumes and contributes to the saved state.

SavedStateRegistryController

An API for SavedStateRegistryOwner implementations to control SavedStateRegistry.

SavedStateWriter

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

ViewTreeSavedStateRegistryOwner