Interface DeinitializeExceptionCallback


public interface DeinitializeExceptionCallback
Callback for exceptions which can occur on deinitialization of the UnbluClient
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    General error which caused the API not to terminate.
  • Method Details

    • onDeinitFailed

      void onDeinitFailed(@Nullable String details)
      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.