AgoraChatSDK 1.2.0
Instance Methods | List of all members
<AgoraChatThreadManagerDelegate> Protocol Reference

#import <AgoraChatThreadManagerDelegate.h>

Inheritance diagram for <AgoraChatThreadManagerDelegate>:

Instance Methods

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

Detailed Description

The message thread event callback protocol.

Method Documentation

◆ onChatThreadCreate:

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

Occurs when a message thread is created.

Parameters
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.

Parameters
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.

Parameters
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.

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

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