onChatThreadEvent method Null safety

void onChatThreadEvent(
  1. EMMultiDevicesEvent event,
  2. String chatThreadId,
  3. List<String> usernames
)

The multi-device event callback of thread.

Param event The event type.

Param chatThreadId subregion id.

Param usernames The array of usernames.

Implementation

void onChatThreadEvent(
  EMMultiDevicesEvent event,
  String chatThreadId,
  List<String> usernames,
);