EMChatThreadEventHandler constructor
- {void onChatThreadCreate(
- EMChatThreadEvent event
- void onChatThreadDestroy(
- EMChatThreadEvent event
- void onChatThreadUpdate(
- EMChatThreadEvent event
- void onUserKickOutOfChatThread(
- EMChatThreadEvent event
Thread 事件监听。
Param onChatThreadCreate 子区创建回调。
Param onChatThreadDestroy 子区解散事件, 子区所属群组的所有成员均可调用该方法。
Param onChatThreadUpdate 子区更新回调, 子区所属群组的所有成员均可调用该方法。
Param onUserKickOutOfChatThread 管理员移除子区用户的回调。
Implementation
EMChatThreadEventHandler({
this.onChatThreadCreate,
this.onChatThreadDestroy,
this.onChatThreadUpdate,
this.onUserKickOutOfChatThread,
});