KVCachePropertyString

class KVCachePropertyString(key: String?, defaultValue: String?) : ReadWriteProperty<Any, String?>

属性委托 String

Constructors

Link copied to clipboard
constructor(key: String?, defaultValue: String?)

Functions

Link copied to clipboard
open operator override fun getValue(thisRef: Any, property: KProperty<*>): String?
Link copied to clipboard
open operator override fun setValue(thisRef: Any, property: KProperty<*>, value: String?)