onConversationEvent property

(void Function(EMMultiDevicesEvent event, String conversationId, EMConversationType type)?) onConversationEvent
final

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

Implementation

final void Function(
  EMMultiDevicesEvent event,
  String conversationId,
  EMConversationType type,
)? onConversationEvent;