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

BlockingProvider

class BlockingProvider<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>

BlockingProvider(value: T, delay: Long = 5000L)

Properties

delay

val delay: Long

value

var value: T

Functions

getValue

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

setValue

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