Initial commit
This commit is contained in:
10
docs/-synchronizer/progress.md
Normal file
10
docs/-synchronizer/progress.md
Normal file
@@ -0,0 +1,10 @@
|
||||
[zcash-android-wallet-sdk](../../index.md) / [cash.z.ecc.android.sdk](../index.md) / [Synchronizer](index.md) / [progress](./progress.md)
|
||||
|
||||
# progress
|
||||
|
||||
`abstract val progress: Flow<`[`Int`](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)`>`
|
||||
|
||||
A flow 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.
|
||||
|
||||
Reference in New Issue
Block a user