remove Chat Room Entry
public abstract void removeChatRoomEntry(String chatRoomId, String key, Boolean sendNotification, String notificationExtra, OperationCallback callback)
删除聊天室自定义属性。
注意: 1. 必须先开通聊天室状态存储功能 2. 只有自己设置的属性可以删除
Parameters
chat Room Id
聊天室 id
key
聊天室属性键值
send Notification
是否需要发送通知,如果需要发送通知,SDK 会收到通知消息 ChatRoomKVNotiMessage。
notification Extra
通知自定义字段,通知消息 ChatRoomKVNotiMessage 中包含此字段,最大长度 2 kb。
callback
结果回调监听