onConversationEvent property

(void Function(ChatMultiDevicesEvent event, String conversationId, ChatConversationType type)?) onConversationEvent
final

~english The multi-device event callback for the operation of a conversation. ~end

~chinese 开启多设备后单个会话操作的多设备事件回调。 ~end

Implementation

final void Function(
  ChatMultiDevicesEvent event,
  String conversationId,
  ChatConversationType type,
)? onConversationEvent;