Push Notification Event
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
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).
Provides the static method to build PushNotificationEvent instances from low-level mobile push notification data.
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).