Updated
The Children event that is raised when a child node of a watched data node is updated.
This event wraps at once all updates related to the children of the watched data node (additions, changes, removals) in order to lighten the bandwidth used on the mobile push notification channel.
It results from a subscription to the type of SubscribableEvent.Child.Added, SubscribableEvent.Child.Changed, SubscribableEvent.Child.Removed, SubscribableEvent.Child.AddedChanged, SubscribableEvent.Child.AddedRemoved, SubscribableEvent.Child.ChangedRemoved or SubscribableEvent.Child.AddedChangedRemoved.
Properties
List of the newly added child nodes with their values. When providing full values of each child node would oversize the notification payload limitations, all values are passed null
.
Identifier of the WebcomApplication this Notification relates to.
List of the child nodes whose value has changed, with their new values. When providing full values of each child node would oversize the notification payload limitations, all values are passed null
.
The event conveyed by this DataNotification.
Path of the data this Notification relates to, or ""
if it doesn't relate to any data node.