Composables UI is out: our new component library for Compose Multiplatform ->
Function

toParametersKey

Creates an action key from a preferences key.

toParametersKey

Source set: Android
public fun <T : Any> Preferences.Key<T>.toParametersKey(): ActionParameters.Key<T>

Creates an action key from a preferences key.

Last updated: