Package 

Interface IAddRemoteBindSubDevCallback

    • Method Summary

      Modifier and Type Method Description
      abstract void onSuccess(DeviceBean blueMeshSubDevBean, boolean isRemoteBindPubAddress)
      abstract void onError(String errorCode, String errorMsg)
      • Methods inherited from class java.lang.Object

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

      • onSuccess

         abstract void onSuccess(DeviceBean blueMeshSubDevBean, boolean isRemoteBindPubAddress)
      • onError

         abstract void onError(String errorCode, String errorMsg)