Initial commit

This commit is contained in:
fekt
2022-06-30 01:53:12 -04:00
commit 0131016214
703 changed files with 33394 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
[zcash-android-wallet-sdk](../../index.md) / [cash.z.ecc.android.sdk](../index.md) / [Synchronizer](index.md) / [start](./start.md)
# start
`abstract fun start(parentScope: CoroutineScope? = null): `[`Synchronizer`](index.md)
Starts this synchronizer within the given scope.
### Parameters
`parentScope` - the scope to use for this synchronizer, typically something with a
lifecycle such as an Activity. Implementations should leverage structured concurrency and
cancel all jobs when this scope completes.
**Return**
an instance of the class so that this function can be used fluidly.