IDataStorePreference

sealed interface IDataStorePreference<V>

IDataStorePreference.

Since

0.5.6

Inheritors

Functions

Link copied to clipboard
Link copied to clipboard
abstract fun default(): V?

Default value of preference property.

Link copied to clipboard
abstract fun key(): Preferences.Key<V>

Return key for an preference.