Package 

Interface IThingHomeRoomInfoChangeExListener

    • Method Summary

      Modifier and Type Method Description
      abstract void onDeviceRoomInfoChanged(long roomId, String devId, boolean add) device been added or removed from room
      abstract void onGroupRoomInfoChanged(long roomId, long id, boolean add) group been added or removed from room
      abstract void onRoomNameChanged(long roomId, String name) room name changed
      abstract void onRoomOrderChanged() room order changed
      • Methods inherited from class com.thingclips.smart.home.sdk.api.IThingHomeRoomInfoChangeListener

        onDeviceRoomInfoUpdate, onGroupRoomInfoUpdate, onRoomAdd, onRoomDelete
      • Methods inherited from class java.lang.Object

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

      • onDeviceRoomInfoChanged

         abstract void onDeviceRoomInfoChanged(long roomId, String devId, boolean add)

        device been added or removed from room

        Parameters:
        roomId - room id
        devId - device id
        add - add or not
      • onGroupRoomInfoChanged

         abstract void onGroupRoomInfoChanged(long roomId, long id, boolean add)

        group been added or removed from room

        Parameters:
        roomId - room id
        id - group id
        add - add or not
      • onRoomNameChanged

         abstract void onRoomNameChanged(long roomId, String name)

        room name changed

        Parameters:
        roomId - room id
        name - new room name