Value
Represents an event raised when the value of a watched data node is updated, to be received through the mobile push notification channel of the user device (and previously subscribed using one of the Subscriber.subscribeThroughPushNotification methods).
Types
Link copied to clipboard
data class Changed : PushNotificationEvent.Value, Notification.DataNotification<PushNotificationEvent.Value.Changed>
Content copied to clipboard
Link copied to clipboard
data class ChangedHidingData : PushNotificationEvent.Value, Notification.DataNotification<PushNotificationEvent.Value.ChangedHidingData>
Content copied to clipboard
The Value event that doesn't emit the value of the watched data node when raised.
Link copied to clipboard
data class TooBig : PushNotificationEvent.Value, Notification.DataNotification<PushNotificationEvent.Value.TooBig>
Content copied to clipboard
The Value event that is raised when the size of the new value of the watched data node exceeds the allowed bandwidth of the push notification channel.