Disconnected
data class Disconnected(backendTimeOffsetMilliseconds: Long?, isInitializing: Boolean) : DatasyncState.ConnectionState
Content copied to clipboard
The connection is not (yet) established. This may be either because the DatasyncService.isConnectionEnabled has been set to false
or because the Webcom back end cannot be reached from the running device.
Constructors
Disconnected
Link copied to clipboard
fun Disconnected(backendTimeOffsetMilliseconds: Long? = null, isInitializing: Boolean = false)
Content copied to clipboard