isReady

open fun isReady(context: Context): Boolean(source)

Called before automaticTakeOff to make sure Autopilot is ready to takeOff.

Warning: If false, takeOff will not be called. Any synchronous access to Airship will throw an exception.

Return

true to allow takeOff, otherwise false.

Parameters

context

The application context.