UserPreferenceDelegate

class UserPreferenceDelegate<T : Any>(key: String, default: T)

Constructors

Link copied to clipboard
constructor(key: String, default: T)

Functions

Link copied to clipboard
operator fun getValue(self: Any?, property: KProperty<*>): T
Link copied to clipboard
operator fun setValue(self: Any?, property: KProperty<*>, t: T?)