Package com.unblu.sdk.core.callback
Interface DeinitializeExceptionCallback
public interface DeinitializeExceptionCallback
Callback for exceptions which can occur on deinitialization of the
UnbluClient
-
Method Summary
Modifier and TypeMethodDescriptionvoid
onDeinitFailed
(String details) General error which caused the API not to terminate.
-
Method Details
-
onDeinitFailed
General error which caused the API not to terminate.- Parameters:
details
- Detailed message about the error. Can be null. If present, the message is intended for internal purposes only and isn't localized.
-