iOS Push.

Hierarchy

  • AirshipPushIOS

Constructors

Properties

plugin: AirshipPluginWrapper

Methods

  • Gets the badge number.

    Returns

    A promise with the result.

    Returns Promise<number>

  • Gets the quiet time settings.

    Returns

    A promise with the result.

    Returns Promise<undefined | null | QuietTime>

  • Checks if autobadge is enabled.

    Returns

    A promise with the result.

    Returns Promise<boolean>

  • Checks if quiet time is enabled or not.

    Returns

    A promise with the result.

    Returns Promise<void>

  • Enables/disables autobadge.

    Returns

    A promise.

    Parameters

    • enabled: boolean

      true to enable, false to disable.

    Returns Promise<void>

  • Set the badge number.

    Returns

    A promise.

    Parameters

    • badge: number

      The badge number.

    Returns Promise<void>

  • Sets quiet time.

    Returns

    A promise with the result.

    Parameters

    Returns Promise<void>

  • Enables/disables quiet time.

    Returns

    A promise with the result.

    Parameters

    • enabled: boolean

      true to enable, false to disable

    Returns Promise<void>

Generated using TypeDoc