Subscriber
Base class for all subscription-related methods.
Functions
Cancel all subscriptions previously subscribed through the mobile push notification channel of the user mobile device (with the subscribeThroughPushNotification method).
Cancel all subscriptions previously subscribed through the webhook channel (with the subscribeThroughWebhook method).
Subscribes to a type of event with a given constraint on this data node and sends notifications to a callback function.
Subscribes to a type of event on this data node for a given duration and send notifications through the mobile push notification channel of the user mobile device.
Subscribes to a type of event on this data node until a given expirationDate and send notifications through the mobile push notification channel of the user mobile device.
Subscribes to a type of event on this data node for a given duration and send notifications to a webhook.
Subscribes to a type of event on this data node until a given expirationDate and send notifications to a webhook.