isReady

open fun isReady(@NonNull context: Context): Boolean

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

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

Return

true to allow takeOff, otherwise false.

Parameters

context

The application context.