Chat SDK for Unity and Windows v1.3.1
Public 成员函数 | 所有成员列表
AgoraChat.IChatThreadManagerDelegate接口 参考

Public 成员函数

void OnChatThreadCreate (ChatThreadEvent threadEvent)
 
void OnChatThreadUpdate (ChatThreadEvent threadEvent)
 
void OnChatThreadDestroy (ChatThreadEvent threadEvent)
 
void OnUserKickOutOfChatThread (ChatThreadEvent threadEvent)
 

成员函数说明

◆ OnChatThreadCreate()

void AgoraChat.IChatThreadManagerDelegate.OnChatThreadCreate ( ChatThreadEvent  threadEvent)

子区创建回调。

子区所属群组的所有成员均可收到该回调。

◆ OnChatThreadUpdate()

void AgoraChat.IChatThreadManagerDelegate.OnChatThreadUpdate ( ChatThreadEvent  threadEvent)

子区更新回调。

修改子区名称或子区中添加或撤销回复消息时会触发该回调。

子区所属群组的所有成员均可收到该回调。

◆ OnChatThreadDestroy()

void AgoraChat.IChatThreadManagerDelegate.OnChatThreadDestroy ( ChatThreadEvent  threadEvent)

子区解散回调。

子区所属群组的所有成员均可收到该回调。

◆ OnUserKickOutOfChatThread()

void AgoraChat.IChatThreadManagerDelegate.OnUserKickOutOfChatThread ( ChatThreadEvent  threadEvent)

当前登录用户被群主或群管理员移出子区。

子区所属群组的所有成员均可收到该回调。