Value

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.

Constructors

Value
Link copied to clipboard
fun Value(added: Map<String, DatasyncValuable?>, changed: Map<String, DatasyncValuable?>, removed: List<String>)

Properties

added
Link copied to clipboard
val added: Map<String, DatasyncValuable?>
List of pairs key/value of all added children.
changed
Link copied to clipboard
val changed: Map<String, DatasyncValuable?>
List of pairs key/value of all children whose value has been updated.
removed
Link copied to clipboard
val removed: List<String>
List of keys of all deleted children.