InitializationResult
Last updated
isSuccessful()boolean isSuccessful()
getFailureReason()@Nullable InitializationFailureReason getFailureReason()Returns the
InitializationFailureReason, returnsnullif initialization was successful.
getThrowable()@Nullable Throwable getThrowable()Returns the exception thrown during initialization.
Last updated