KVStatusListener

public interface KVStatusListener

Listens for changes in chatroom KV status

Functions

Link copied to clipboard
public abstract void onChatRoomKVRemove(String roomId, Map<String, String> chatRoomKvMap)
KV deleted
Link copied to clipboard
public abstract void onChatRoomKVSync(String roomId)
KV synchronization with the server is completed after successfully joining the chatroom.
Link copied to clipboard
public abstract void onChatRoomKVUpdate(String roomId, Map<String, String> chatRoomKvMap)
KV is added or modified (including the completion of all KV callbacks after successfully joining the chatroom)