onChatThreadEvent method Null safety
- EMMultiDevicesEvent event,
- String chatThreadId,
- 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,
);