Subscription

interface Subscription

Represents a subscription to some event type.

Such a subscription can be made using:

Types

Link copied to clipboard
sealed class DeviceIdentifier

Identifier of the device that can be used to receive push notifications.

Functions

Link copied to clipboard
abstract fun cancel(callback: WebcomDoneCallback? = null)

Cancels asynchronously this Subscription, meaning that the associated channel is released and will be no longer be notified.