AgoraChatSDK 1.3.1
|
#import <AgoraChatThreadManagerDelegate.h>
Instance Methods | |
(void) | - onChatThreadCreate: |
(void) | - onChatThreadUpdate: |
(void) | - onChatThreadDestroy: |
(void) | - onUserKickOutOfChatThread: |
The message thread event callback protocol.
|
optional |
Occurs when a message thread is created.
event | The message thread creation event AgoraChatThreadEvent , which contains the message thread information. |
|
optional |
Occurs when the message thread is destroyed.
event | The message thread destruction event AgoraChatThreadEvent , which contains the message thread information. |
|
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.
event | The message thread update event AgoraChatThreadEvent , which contains the message thread information. |
|
optional |
Occurs when a user is kicked out of the message thread.
event | The user removal event AgoraChatThreadEvent , which contains the message thread information. |