Package com.unblu.sdk.core.callback
Interface DeinitializeExceptionCallback
public interface DeinitializeExceptionCallback
Callback for exceptions which can occur on deinitialization of the 
UnbluClient- 
Method SummaryModifier and TypeMethodDescriptionvoidonDeinitFailed(String details) General error which caused the API not to terminate.
- 
Method Details- 
onDeinitFailedGeneral 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.
 
 
-