Webcom Android SDK Public API Reference / com.orange.webcom.sdkv2.datasync / DataEvent / Change / Value / Data

Data

sealed class Data

Represents the actual value change that occurred on a data node.

Types

Hidden

object Hidden : DataEvent.Change.Value.Data

The new value was not attached to the notification because the corresponding subscription asks not to do so (DatasyncNode.subscribeThroughNotifications called with ValueChanged.WithoutData).

TooBig

object TooBig : DataEvent.Change.Value.Data

The new value could not be attached to the notification because it oversizes its payload.

Value

data class Value : DataEvent.Change.Value.Data

The new value of the data node is attached to the notification.

Inheritors

Hidden

object Hidden : DataEvent.Change.Value.Data

The new value was not attached to the notification because the corresponding subscription asks not to do so (DatasyncNode.subscribeThroughNotifications called with ValueChanged.WithoutData).

TooBig

object TooBig : DataEvent.Change.Value.Data

The new value could not be attached to the notification because it oversizes its payload.

Value

data class Value : DataEvent.Change.Value.Data

The new value of the data node is attached to the notification.