Webcom Android SDK Public API Reference / com.orange.webcom.sdkv2.datasync / DatasyncState / ConnectionState / Disconnected

Disconnected

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.

Constructors

<init>

Disconnected(backendTimeOffsetMilliseconds: Long? = null)

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.

Properties

backendTimeOffsetMilliseconds

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).