Subscription
Represents a subscription to some event type.
Such a subscription can be made using:
on the DatasyncService, one of the Subscriber.subscribe, DatasyncNode.subscribeThroughPushNotification or DatasyncNode.subscribeThroughWebhook methods,
on the AuthenticationService, the AuthenticationService.subscribe method.
Types
Functions
Link copied to clipboard
Cancels asynchronously this Subscription, meaning that the associated channel is released and will be no longer be notified.