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