onChatThreadEvent property

(void Function(EMMultiDevicesEvent event, String chatThreadId, List<String> userIds)?) onChatThreadEvent
final

~english The multi-device event of thread. ~end

~chinese 多设备 Thread 事件。 ~end

Implementation

final void Function(
  EMMultiDevicesEvent event,
  String chatThreadId,
  List<String> userIds,
)? onChatThreadEvent;