PersistentConfigDelegate

class PersistentConfigDelegate<T>(val keyName: String, val defaultValue: T, val config: PersistentConfig)

Constructors

Link copied to clipboard
constructor(keyName: String, defaultValue: T, config: PersistentConfig)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Functions

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