Package com. orange. webcom. sdk. datasync. subscription
Exposes subscription-related classes and functions of the datasync service.
Types
Represents the policy to apply to the data stored within the local cache that are watched by a subscription, when canceling this subscription. This data may be either kept, kept and still updated (as long as the network connectivity is up) after the cancelation, or cleared from the local cache.
Represents constraints on the values of data nodes sent by subscriptions.
Base type for all events that can be subscribed or notified from the DatasyncService.
Represents some state indicators about a DatasyncService instance.
Represents a long term subscription to data events on data nodes of the ServerlessDb service.
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.
Represents a type of DatasyncEvent to subscribe to.
Base class for all subscription-related methods.
Represents some options to customize the behavior of a subscription that receives notifications through a callback function.