Package com.unblu.sdk.core.callback
Interface DeinitializeExceptionCallback
-
public interface DeinitializeExceptionCallback
Callback for exceptions which can occur on deinitialization of theUnbluClient
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
onDeinitFailed(java.lang.String details)
General error which caused the api not to start.
-
-
-
Method Detail
-
onDeinitFailed
void onDeinitFailed(@Nullable java.lang.String details)
General error which caused the api not to start. It may contains a message for further details, but this message is for internal use only and not localized- Parameters:
details
- Detailed message about the error. Can be null
-
-