Canceled

data class Canceled : Notification.ControlNotification, Notifiable

Generic event to be notified when a subscription is canceled, that is deliberately stopped.

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

Properties

Link copied to clipboard
open override val appId: String

Identifier of the WebcomApplication this Notification relates to.

Link copied to clipboard
open 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.