data class Disconnected : DatasyncState.ConnectionState
The connection is not (yet) established. This may be either because the DatasyncService.shouldBeConnected
has been set to false
or because the Webcom back end cannot be reached from the running device.
Disconnected(backendTimeOffsetMilliseconds: Long? = null)
The connection is not (yet) established. This may be either because the DatasyncService.shouldBeConnected
has been set to |
val backendTimeOffsetMilliseconds: Long?
Last time offset measured between the running device clock and the Webcom backend clock (interpreted in the same way as Connected.backendTimeOffsetMilliseconds). |