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

Cancels this Subscription, meaning that the associated callback is released and will be no longer called.