IPreferenceProperty

sealed interface IPreferenceProperty<V>

IPreferenceProperty.

Since

0.5.6

Inheritors

Functions

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

Default value of preference property.

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

Return key for an preference with key.