sealed class Data
Represents the actual value change that occurred on a data node.
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). |
|
object TooBig : DataEvent.Change.Value.Data
The new value could not be attached to the notification because it oversizes its payload. |
|
data class Value : DataEvent.Change.Value.Data
The new value of the data node is attached to the notification. |
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). |
|
object TooBig : DataEvent.Change.Value.Data
The new value could not be attached to the notification because it oversizes its payload. |
|
data class Value : DataEvent.Change.Value.Data
The new value of the data node is attached to the notification. |