10 lines
413 B
Markdown
10 lines
413 B
Markdown
[zcash-android-wallet-sdk](../../index.md) / [cash.z.ecc.android.sdk.data](../index.md) / [Synchronizer](index.md) / [isConnected](./is-connected.md)
|
|
|
|
# isConnected
|
|
|
|
`abstract val isConnected: `[`Boolean`](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)
|
|
|
|
A flag indicating whether this Synchronizer is connected to its lightwalletd server. When false, a UI element
|
|
may want to turn red.
|
|
|