zcash-android-wallet-sdk/docs/-synchronizer/progress.md

554 B

zcash-android-wallet-sdk / cash.z.wallet.sdk.data / Synchronizer / progress

progress

abstract fun progress(): ReceiveChannel<Int>

A stream of progress values, typically corresponding to this Synchronizer downloading blocks. Typically, any non- zero value below 100 indicates that progress indicators can be shown and a value of 100 signals that progress is complete and any progress indicators can be hidden.