onChatRoomStatusChanged property

dynamic Function(String? targetId, RCIMIWChatRoomStatus? status)? onChatRoomStatusChanged
getter/setter pair

ZH

聊天室状态发生变化的监听

  • targetId 会话 ID
  • status 聊天室变化的状态

EN

Callback for Chatroom Status Changes

  • targetId The conversation ID
  • status The status of the chatroom change

Implementation

Function(String? targetId, RCIMIWChatRoomStatus? status)? onChatRoomStatusChanged;