Package 

Interface IGetGroupAndDevListCallback

    • Method Summary

      Modifier and Type Method Description
      abstract void onError(String errorCode, String errorMsg)
      abstract void onSuccess(List<BlueMeshGroupBean> blueMeshGroups, List<BlueMeshSubDevBean> devBeanList)
      • Methods inherited from class java.lang.Object

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

      • onError

         abstract void onError(String errorCode, String errorMsg)
      • onSuccess

         abstract void onSuccess(List<BlueMeshGroupBean> blueMeshGroups, List<BlueMeshSubDevBean> devBeanList)