takeOff
Initializes the Airship SDK.
Called manually during Application.onCreate or automatically using Autopilot.
Parameters
The application instance.
Called on a background thread. The work done in this callback should be as quick as possible as it will block Airship from being used including Airship.waitForReady() and other onReady callbacks from executing.
Initializes the Airship SDK.
Called manually during Application.onCreate or automatically using Autopilot.
Parameters
The application instance.
The Airship config options.
Called on a background thread. The work done in this callback should be as quick as possible as it will block Airship from being used including Airship.waitForReady() and other onReady callbacks from executing.
Initializes the Airship SDK.
Called manually during Application.onCreate or automatically using Autopilot.
Parameters
The application instance.
The Airship config options.
Called on a background thread. The work done in this callback should be as quick as possible as it will block Airship from being used including Airship.waitForReady() and other onReady callbacks from executing.