Interface PushChannel

Enables devices to subscribe to push notifications for a channel.

Hierarchy

  • PushChannel

Methods

  • Subscribes all devices associated with the current device's clientId to push notifications for the channel.

    Returns Promise<void>

  • Subscribes the device to push notifications for the channel.

    Returns Promise<void>

  • Unsubscribes all devices associated with the current device's clientId from receiving push notifications for the channel.

    Returns Promise<void>

  • Unsubscribes the device from receiving push notifications for the channel.

    Returns Promise<void>

Generated using TypeDoc