Package 

Interface InvalidRequestCallback

    • Method Summary

      Modifier and Type Method Description
      abstract void onInvalidRequest() A callback invoked when the request was invalid, for example when was called before thedevice was connected.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • onInvalidRequest

         abstract void onInvalidRequest()

        A callback invoked when the request was invalid, for example when was called before thedevice was connected.