DatasyncEvent

interface DatasyncEvent : Notifiable

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

The main sub-classes are:

Types

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

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard