onChatRoomEntriesChanged property

dynamic Function(RCIMIWChatRoomEntriesOperationType? operationType, String? roomId, Map? entries)? onChatRoomEntriesChanged
getter/setter pair

ZH

聊天室 KV 发生变化的回调

  • operationType 操作的类型
  • roomId 聊天室 ID
  • entries 发送变化的 KV

EN

Callback for Chatroom KV Changes

  • operationType Specifies the type of operation
  • roomId Indicates the chatroom ID
  • entries Represents the KV that has changed

Implementation

Function(RCIMIWChatRoomEntriesOperationType? operationType, String? roomId, Map? entries)? onChatRoomEntriesChanged;