AsyncInitializationError
Last updated
Represent the result of a failed asynchronous SDK initialization. See initializeAsync.
getFailureReason()Returns the initialization failure reason. See InitializationFailureReason.
InitializationFailureReason getFailureReason()getThrowable() Returns the exception thrown during initialization.
Throwable getThrowable()Last updated