Package 

Interface IThingRouterConfigListener

    • Method Summary

      Modifier and Type Method Description
      abstract void onDevOnline(boolean online)
      abstract void onDevResponse(boolean success, String data)
      abstract void onError(String code, String message)
      • Methods inherited from class java.lang.Object

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

      • onDevOnline

         abstract void onDevOnline(boolean online)
      • onDevResponse

         abstract void onDevResponse(boolean success, String data)
      • onError

         abstract void onError(String code, String message)