PreferenceProperty
abstract class PreferenceProperty<V> : ReadOnlyProperty<IDataStoreOwner, DataStorePreference<V>> , IPreferenceProperty<V>
Since
0.5.6
Functions
Link copied to clipboard
open operator override fun getValue(thisRef: IDataStoreOwner, property: KProperty<*>): DataStorePreference<V>