Package io.rong.imlib.chatroom.base
Interface RongChatRoomClient.KVStatusExListener
-
- All Implemented Interfaces:
-
io.rong.imlib.chatroom.base.RongChatRoomClient.KVStatusListener
public interface RongChatRoomClient.KVStatusExListener implements RongChatRoomClient.KVStatusListener
聊天室 KV 状态变化监听器
-
-
Method Summary
Modifier and Type Method Description abstract voidonChatRoomKVChange(String roomId, Array<ChatroomKVChangeInfo> changeInfos)-
-
Method Detail
-
onChatRoomKVChange
abstract void onChatRoomKVChange(String roomId, Array<ChatroomKVChangeInfo> changeInfos)
-
-
-
-