onConversationEvent property

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

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

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

Implementation

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