Airship

Constructors

Properties

analytics: AirshipAnalytics
android: AirshipRootAndroid

iOS only accessors

featureFlagManager: AirshipFeatureFlagManager

iOS only accessors

messageCenter: AirshipMessageCenter
preferenceCenter: AirshipPreferenceCenter
privacyManager: AirshipPrivacyManager

Methods

  • Checks if Airship is ready.

    Returns Promise<boolean>

    A promise with the result.

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

    Parameters

    Returns Promise<boolean>

    A promise with the result. true if airship is ready.