zcash-android-wallet-sdk / cash.z.wallet.sdk.ext / SimpleProvider

SimpleProvider

class SimpleProvider<T> : ReadWriteProperty<Any?, T>
Deprecated: Do not use this because it is insecure and only intended for test code and samples. Instead, use the Android Keystore system or a 3rd party library that leverages it.

Constructors

<init>

SimpleProvider(value: T)

Properties

value

var value: T

Functions

getValue

fun getValue(thisRef: Any?, property: KProperty<*>): T

setValue

fun setValue(thisRef: Any?, property: KProperty<*>, value: T): Unit