Package 

Interface AddGwSubDeviceListener

    • Method Summary

      Modifier and Type Method Description
      abstract void onAddFail(String devId, String code, String msg)
      abstract void onAddSuccess(String devId)
      abstract void onError(String code, String msg)
      abstract void onFinish()
      • Methods inherited from class java.lang.Object

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

      • onAddFail

         abstract void onAddFail(String devId, String code, String msg)
      • onError

         abstract void onError(String code, String msg)