Data

sealed class Data

Represents the actual changes that occurred on the data node children.

Types

TooBig
Link copied to clipboard
object TooBig : DataEvent.Change.Children.Data
The description of changes could not be attached to the notification because it oversizes its payload.
Value
Link copied to clipboard
data class Value(added: Map<String, DatasyncValuable?>, changed: Map<String, DatasyncValuable?>, removed: List<String>) : DataEvent.Change.Children.Data
Description of changes that occurred on the children of the data node.

Inheritors

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