Airship InApp Experiences.

Constructors

Properties

module: any

Methods

  • Gets the display interval.

    Returns Promise<number>

    A promise with the result.

  • Checks if messages are paused.

    Returns Promise<boolean>

    A promise with the result.

  • Sets the display interval for messages.

    Parameters

    • milliseconds: number

      Display interval

    Returns Promise<void>

    A promise.

  • Pauses messages.

    Parameters

    • paused: boolean

      true to pause, false to resume.

    Returns Promise<void>

    A promise.