Data

sealed class Data

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

Types

Hidden
Link copied to clipboard
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
Link copied to clipboard
object TooBig : DataEvent.Change.Value.Data
The new value could not be attached to the notification because it oversizes its payload.
Value
Link copied to clipboard
data class Value(value: DatasyncValuable) : DataEvent.Change.Value.Data
The new value of the data node is attached to the notification.

Inheritors

DataEvent.Change.Value.Data
Link copied to clipboard
DataEvent.Change.Value.Data
Link copied to clipboard
DataEvent.Change.Value.Data
Link copied to clipboard