PushNotificationEvent

sealed class PushNotificationEvent : DatasyncEvent

Represents an event raised in response to a Subscription, to be received through the mobile push notification channel of the user device, and previously subscribed using one of the Subscriber.subscribeThroughPushNotification methods.

Instances PushNotificationEvent are expected to be built from low-level data received through the mobile push notification channel of the user device using the makeFromMessageData factory method.

The subclasses of this class correspond to the SubscribableEvent types.

Types

Link copied to clipboard
sealed class Children : PushNotificationEvent

Represents an event raised when a child node 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).

Link copied to clipboard
object Companion

Provides the static method to build PushNotificationEvent instances from low-level mobile push notification data.

Link copied to clipboard
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).

Inheritors

Link copied to clipboard
Link copied to clipboard