onChatRoomEntriesChanged property
dynamic Function(RCIMIWChatRoomEntriesOperationType? operationType, String? roomId, Map? entries)?
onChatRoomEntriesChanged
getter/setter pair
ZH
聊天室 KV 发生变化的回调
operationType操作的类型roomId聊天室 IDentries发送变化的 KV
EN
Callback for Chatroom KV Changes
operationTypeSpecifies the type of operationroomIdIndicates the chatroom IDentriesRepresents the KV that has changed
Implementation
Function(RCIMIWChatRoomEntriesOperationType? operationType, String? roomId, Map? entries)? onChatRoomEntriesChanged;