Revoked

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).

No further notification will be sent to the associated subscription after this Notification.ControlNotification.

Constructors

Link copied to clipboard
fun Revoked(node: DatasyncNode, error: WebcomError)

Properties

Link copied to clipboard
open override val appId: String

Identifier of the WebcomApplication this Notification relates to.

Link copied to clipboard
open override val error: WebcomError

The error (if any) reported by this ControlNotification.

Link copied to clipboard
open override val path: String

Path of the data this Notification relates to, or "" if it doesn't relate to any data node.