Package 

Interface IThingRoomResultCallback

    • Method Summary

      Modifier and Type Method Description
      abstract void onSuccess(RoomBean bean) On success.
      abstract void onError(String errorCode, String errorMsg) 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(RoomBean bean)

        On success.

        Parameters:
        bean - The list of RoomBean.
      • onError

         abstract void onError(String errorCode, String errorMsg)

        On error.

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