public interface IUnbluApiInitializeExceptionCallback
UnbluCoreApi| Modifier and Type | Method and Description |
|---|---|
void |
onConfigureNotCalled()
Error when the
UnbluCoreApi.configureApi(UnbluApiConfiguration) function was not called |
void |
onInErrorState()
UnbluApi is in error state and should be deinitialized first, before initializing it
|
void |
onInitFailed(UnbluApiErrorType errorType,
java.lang.String details)
General error which caused the api not to start.
|
void onConfigureNotCalled()
UnbluCoreApi.configureApi(UnbluApiConfiguration) function was not calledvoid onInErrorState()
void onInitFailed(@NonNull
UnbluApiErrorType errorType,
@Nullable
java.lang.String details)
errorType - Type of the error, which occurreddetails - Detailed message about the error. Can be null