Interface DeinitializeExceptionCallback


  • public interface DeinitializeExceptionCallback
    Callback for exceptions which can occur on deinitialization of the UnbluClient
    • 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