class DatasyncState
Represents some state indicators about a DatasyncService instance.
Such a state must be read using the DatasyncManager.subscribeToStateChange method on any DatasyncManager instance of the targeted DatasyncService.
val isAuthenticated: Boolean
|
|
val isConnected: Boolean
|
|
val isReachable: Boolean
|
|
val serverTimeOffset: Int
gives the difference between the Webcom back end clock and the running device clock (expressed in milliseconds) |