Changed

The Value event that additionally emits the new value of the watched data node when raised.

This event results from a subscription to the type of SubscribableEvent.Value.Changed.

Properties

appId
Link copied to clipboard
open override val appId: String

Identifier of the WebcomApplication this Notification relates to.

data
Link copied to clipboard
open override val data: PushNotificationEvent.Value.Changed

The event conveyed by this DataNotification.

path
Link copied to clipboard
open override val path: String

Path of the data this Notification relates to, or "" if it doesn't relate to any data node.

value
Link copied to clipboard
val value: DatasyncValue

The new value of the watched data node.