Updated
data class Updated : PushNotificationEvent.Children, Notification.DataNotification<PushNotificationEvent.Children.Updated>
Content copied to clipboard
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
added
Link copied to clipboard
appId
Link copied to clipboard
Identifier of the WebcomApplication this Notification relates to.
changed
Link copied to clipboard
data
Link copied to clipboard
path
Link copied to clipboard
Path of the data this Notification relates to, or ""
if it doesn't relate to any data node.