-
rememberSaveable
Remember the value produced by init.
-
rememberSaveableStateHolder
Creates and remembers the instance of SaveableStateHolder.
-
rememberSerializable
Remember the value produced by init, and persist it across activity or process recreation using a KSerializer for saving and restoring via the saved instance state mechanism.
Compose Runtime Saveable
Jetpack Compose API reference for runtime-saveable.