onConversationsUpdateForWeb property

dynamic Function(List<RCIMIWConversation> conversations)? onConversationsUpdateForWeb
getter/setter pair

会话状态更新的回调

  • conversations 有更新的所有会话

Implementation

Function(List<RCIMIWConversation> conversations)? onConversationsUpdateForWeb;