Airship channel.

Hierarchy

  • AirshipChannel

Constructors

Properties

plugin: AirshipPluginWrapper

Methods

  • Edits tags.

    Returns

    A tag group editor.

    Returns TagEditor

  • 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

    A promise with the result.

    Returns Promise<undefined | null | string>

  • Gets a list of the channel's subscriptions.

    Returns

    A promise with the result.

    Returns Promise<string[]>

  • Gets the device tags.

    Returns

    A promise with the result.

    Returns Promise<string[]>

  • Returns the channel ID. If the channel ID is not yet created the function it will wait for it before returning. After the channel ID is created, this method functions the same as getChannelId().

    Returns

    A promise with the result.

    Returns Promise<string>

Generated using TypeDoc