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

Link copied to clipboard

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

Link copied to clipboard

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

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

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard