Airship channel.

Constructors

Properties

module: any

Methods

  • Adds a device tag. Deprecated. Use editTags() instead.

    Parameters

    • tag: string

      The tag.

    Returns Promise<void>

    A promise.

  • Enables channel creation if channel creation has been delayed. It is only necessary to call this when isChannelCreationDelayEnabled has been set to true in the airship config. Deprecated. Use the Private Manager to disable all features instead.

    Returns Promise<void>

  • Gets the channel Id.

    Returns Promise<undefined | null | string>

    A promise with the result.

  • Gets a list of the channel's subscriptions.

    Returns Promise<string[]>

    A promise with the result.

  • Gets the device tags.

    Returns Promise<string[]>

    A promise with the result.

  • Removes a device tag. Deprecated. Use editTags() instead.

    Parameters

    • tag: string

      The tag.

    Returns Promise<void>

    A promise.