AgoraChatSDK 1.0.7
Instance Methods | List of all members
<AgoraChatThreadManagerDelegate> Protocol Reference
Inheritance diagram for <AgoraChatThreadManagerDelegate>:

Instance Methods

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

Method Documentation

◆ onChatThreadCreate:

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

Callback received after subsection is created

Parameters
eventAgoraChatThreadEvent对象,包含子区信息

◆ onChatThreadDestroy:

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

The callback received after destroying the subsection

Parameters
eventAgoraChatThreadEvent对象,包含子区信息

◆ onChatThreadUpdate:

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

The callback received after updating the sub-area (including updating the last message of the sub-area, updating the sub-area name, and withdrawing the sub-area message)

Parameters
eventAgoraChatThreadEvent对象,包含子区信息

◆ onUserKickOutOfChatThread:

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

Callback received after user is kicked out of subsection

Parameters
eventAgoraChatThreadEvent对象,包含子区信息

The documentation for this protocol was generated from the following file: