Package 

Interface IThingGetRoomListCallback

    • Method Summary

      Modifier and Type Method Description
      abstract void onSuccess(List<RoomBean> romeBeans) On success.
      abstract void onError(String errorCode, String error) On error.
      • Methods inherited from class java.lang.Object

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

      • onSuccess

         abstract void onSuccess(List<RoomBean> romeBeans)

        On success.

        Parameters:
        romeBeans - The list of RoomBean.
      • onError

         abstract void onError(String errorCode, String error)

        On error.

        Parameters:
        errorCode - error code.
        error - error message.