KVCachePropertyParcelable

class KVCachePropertyParcelable<T : Parcelable>(key: String?, tClass: Class<T>, defaultValue: T?) : ReadWriteProperty<Any, T?>

属性委托 Parcelable

Constructors

Link copied to clipboard
constructor(key: String?, tClass: Class<T>, defaultValue: T?)

Functions

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