Class AirshipPushAndroid

Android Push.

Hierarchy

  • AirshipPushAndroid

Constructors

Properties

plugin: AirshipPluginWrapper

Methods

  • Checks if a notification category/channel is enabled.

    Returns

    A promise with the result.

    Parameters

    • channel: string

      The channel name.

    Returns Promise<boolean>

  • Enables/disables showing notifications in the foreground.

    Returns

    A promise with the result.

    Parameters

    • enabled: boolean

      true to enable, false to disable.

    Returns Promise<void>

Generated using TypeDoc