AgoraChat SDK for Unity and Windows v1.4.0
Loading...
Searching...
No Matches
AgoraChat.IChatThreadManagerDelegate Interface Reference

Public Member Functions

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

Member Function Documentation

◆ OnChatThreadCreate()

void AgoraChat.IChatThreadManagerDelegate.OnChatThreadCreate ( ChatThreadEvent threadEvent)

Occurs when a message thread is created.

Each member of the group to which the message thread belongs can receive the callback.

◆ OnChatThreadUpdate()

void AgoraChat.IChatThreadManagerDelegate.OnChatThreadUpdate ( ChatThreadEvent threadEvent)

Occurs when a message thread is updated.

This callback is triggered when the message thread name is changed or a threaded reply is added or recalled.

Each member of the group to which the message thread belongs can receive the callback.

◆ OnChatThreadDestroy()

void AgoraChat.IChatThreadManagerDelegate.OnChatThreadDestroy ( ChatThreadEvent threadEvent)

Occurs when a message thread is destoryed.

Each member of the group to which the message thread belongs can receive the callback.

◆ OnUserKickOutOfChatThread()

void AgoraChat.IChatThreadManagerDelegate.OnUserKickOutOfChatThread ( ChatThreadEvent threadEvent)

Occurs when the current user is removed from the message thread by the group owner or a group admin to which the message thread belongs.

Each member of the group to which the message thread belongs can receive the callback.