DatasyncEvent

interface DatasyncEvent : Notifiable

Base type for all events that can be subscribed or notified from the DatasyncService.

The main sub-classes are:

Types

Revoked
Link copied to clipboard
data class Revoked : DatasyncEvent, Notification.ControlNotification

Generic DatasyncEvent to be notified when a subscription is revoked by the Webcom back end (typically resulting from a loss of permission).

Inheritors

DatasyncEvent
Link copied to clipboard
DatasyncState
Link copied to clipboard
PushNotificationEvent
Link copied to clipboard
SubscribableEvent
Link copied to clipboard