Package-level declarations
Types
Marks declarations in the com.hoc081098.kmp.viewmodel.safe
that are delicate — they have limited use-case and shall be used with care in general code.
Key for values stored in SavedStateHandle. The type of the value associated with this key is T (non-null)
Key for values stored in SavedStateHandle. The type of the value associated with this key is T? (nullable, null
is valid).
A wrapper of SavedStateHandle that provides type-safe access with NonNullSavedStateHandleKeys and NullableSavedStateHandleKeys.
Properties
Enables type-safe access to SavedStateHandle. You can use this with NonNullSavedStateHandleKeys and NullableSavedStateHandleKeys.
Functions
Enables type-safe access to SavedStateHandle. You can use this with NonNullSavedStateHandleKeys and NullableSavedStateHandleKeys.