Interface Airship

Hierarchy

  • Airship

Properties

analytics: AirshipAnalytics
featureFlagManager: AirshipFeatureFlagManager
messageCenter: AirshipMessageCenter
preferenceCenter: AirshipPreferenceCenter
privacyManager: AirshipPrivacyManager

Methods

  • Checks if Airship is ready.

    Parameters

    • success: ((isFlying: boolean) => void)

      Success callback with the result.

        • (isFlying: boolean): void
        • Parameters

          • isFlying: boolean

          Returns void

    • Optional error: ((err: string) => void)

      Error callback.

        • (err: string): void
        • Parameters

          • err: string

          Returns void

    Returns void

  • Calls takeOff. If Airship is already configured for the app session, the new config will be applied on the next app init.

    Parameters

    • config: AirshipConfig

      The config.

    • Optional success: ((isReady: boolean) => void)

      Success callback with the result. true if airship is ready.

        • (isReady: boolean): void
        • Parameters

          • isReady: boolean

          Returns void

    • Optional error: ((err: string) => void)

      Error callback.

        • (err: string): void
        • Parameters

          • err: string

          Returns void

    Returns void

Generated using TypeDoc