sealed class ConnectionState
Represents the state of the real-time connection (web-socket) of a DatasyncService to the Webcom back end.
data class Connected : DatasyncState.ConnectionState
The connection is established successfully. |
|
data class Disconnected : DatasyncState.ConnectionState
The connection is not (yet) established. This may be either because the DatasyncService.shouldBeConnected
has been set to |
data class Connected : DatasyncState.ConnectionState
The connection is established successfully. |
|
data class Disconnected : DatasyncState.ConnectionState
The connection is not (yet) established. This may be either because the DatasyncService.shouldBeConnected
has been set to |