Value

sealed class Value : PushNotificationEvent

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

Changed
Link copied to clipboard

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

ChangedHidingData
Link copied to clipboard

The Value event that doesn't emit the value of the watched data node when raised.

TooBig
Link 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.

Inheritors

PushNotificationEvent.Value
Link copied to clipboard
PushNotificationEvent.Value
Link copied to clipboard
PushNotificationEvent.Value
Link copied to clipboard