-
public interface IGetMeshRoomAndGroupListCallbackCreated by letian on 2017/7/12.
-
-
Method Summary
Modifier and Type Method Description abstract voidonError(String errorCode, String errorMsg)abstract voidonSuccess(List<BlueMeshRoomBean> thingRooms, List<BlueMeshGroupBean> groups)-
-
Method Detail
-
onError
abstract void onError(String errorCode, String errorMsg)
-
onSuccess
abstract void onSuccess(List<BlueMeshRoomBean> thingRooms, List<BlueMeshGroupBean> groups)
-
-
-
-