HyphenateSDK  3.1.4
Instance Methods | List of all members
<EMChatroomManagerDelegate> Protocol Reference

#import <EMChatroomManagerDelegate.h>

Inheritance diagram for <EMChatroomManagerDelegate>:

Instance Methods

(void) - didReceiveUserJoinedChatroom:username:
 
(void) - didReceiveUserLeavedChatroom:username:
 
(void) - didReceiveKickedFromChatroom:reason:
 

Detailed Description

Callbacks of chatroom

Method Documentation

- (void) didReceiveKickedFromChatroom: (EMChatroom *)  aChatroom
reason: (EMChatroomBeKickedReason)  aReason 
optional

User was kicked out from a chatroom

Parameters
aChatroomThe chatroom which user was kicked out from
aReasonThe reason of user was kicked out
- (void) didReceiveUserJoinedChatroom: (EMChatroom *)  aChatroom
username: (NSString *)  aUsername 
optional

A user joined chatroom

Parameters
aChatroomJoined chatroom
aUsernameThe user who joined chatroom
- (void) didReceiveUserLeavedChatroom: (EMChatroom *)  aChatroom
username: (NSString *)  aUsername 
optional

A user leaved chatroom

Parameters
aChatroomLeaved chatroom
aUsernameThe user who leaved chatroom

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