Connection State
sealed class ConnectionState
Content copied to clipboard
Represents the state of the real-time connection (web-socket) of a DatasyncService to the Webcom back end.
Types
Connected
Link copied to clipboard
data class Connected(backendTimeOffsetMilliseconds: Long) : DatasyncState.ConnectionState
Content copied to clipboard
Disconnected
Link copied to clipboard
data class Disconnected(backendTimeOffsetMilliseconds: Long?, isInitializing: Boolean) : DatasyncState.ConnectionState
Content copied to clipboard
Properties
backendTimeOffsetMilliseconds
Link copied to clipboard
Inheritors
DatasyncState.ConnectionState
Link copied to clipboard
DatasyncState.ConnectionState
Link copied to clipboard