ShengwangChatSDK 1.3.2
构造函数 | 所有成员列表
<AgoraChatThreadManagerDelegate>协议 参考

#import <AgoraChatThreadManagerDelegate.h>

类 <AgoraChatThreadManagerDelegate> 继承关系图:

构造函数

(void) - onChatThreadCreate:
 
(void) - onChatThreadUpdate:
 
(void) - onChatThreadDestroy:
 
(void) - onUserKickOutOfChatThread:
 

详细描述

The message thread event callback protocol.

函数文档

◆ onChatThreadCreate:

- (void) onChatThreadCreate: (AgoraChatThreadEvent *)  event
optional

Occurs when a message thread is created.

参数
eventThe message thread creation event AgoraChatThreadEvent, which contains the message thread information.

◆ onChatThreadDestroy:

- (void) onChatThreadDestroy: (AgoraChatThreadEvent *)  event
optional

Occurs when the message thread is destroyed.

参数
eventThe message thread destruction event AgoraChatThreadEvent, which contains the message thread information.

◆ onChatThreadUpdate:

- (void) onChatThreadUpdate: (AgoraChatThreadEvent *)  event
optional

Occurs when the message thread is updated.

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

参数
eventThe message thread update event AgoraChatThreadEvent, which contains the message thread information.

◆ onUserKickOutOfChatThread:

- (void) onUserKickOutOfChatThread: (AgoraChatThreadEvent *)  event
optional

Occurs when a user is kicked out of the message thread.

参数
eventThe user removal event AgoraChatThreadEvent, which contains the message thread information.

该协议的文档由以下文件生成: