Interface PushChannelSubscriptionParams

The PushChannelSubscriptionParams interface describes the parameters accepted by the following methods:

Hierarchy

  • PushChannelSubscriptionParams

Properties

channel?: string

Filter to restrict to subscriptions associated with the given channel.

clientId?: string

Filter to restrict to devices associated with the given client identifier. Cannot be used with a deviceId param.

deviceId?: string

Filter to restrict to devices associated with that device identifier. Cannot be used with a clientId param.

limit?: number

A limit on the number of devices returned, up to 1,000.

Generated using TypeDoc