Webcom Android SDK Public API Reference / com.orange.webcom.sdkv2.datasync / DatasyncTime

DatasyncTime

enum class DatasyncTime

Represents a write policy into the Webcom database.

It is used by the methods able to write some data: DatasyncNode.set, DatasyncNode.clear and DatasyncNode.merge.

Enum Values

Now

This policy sends the data to write to the Webcom back end immediately, this is the default.

AtNextDisconnection

This policy requests the Webcom back end to write the data on the next network disconnection.