#import <EMChatroomManagerDelegate.h>
| - (void) didReceiveKickedFromChatroom: |
|
(EMChatroom *) |
aChatroom |
| reason: |
|
(EMChatroomBeKickedReason) |
aReason |
|
|
| |
|
optional |
User was kicked out from a chatroom
- Parameters
-
| aChatroom | The chatroom which user was kicked out from |
| aReason | The reason of user was kicked out |
| - (void) didReceiveUserJoinedChatroom: |
|
(EMChatroom *) |
aChatroom |
| username: |
|
(NSString *) |
aUsername |
|
|
| |
|
optional |
A user joined chatroom
- Parameters
-
| aChatroom | Joined chatroom |
| aUsername | The user who joined chatroom |
| - (void) didReceiveUserLeavedChatroom: |
|
(EMChatroom *) |
aChatroom |
| username: |
|
(NSString *) |
aUsername |
|
|
| |
|
optional |
A user leaved chatroom
- Parameters
-
| aChatroom | Leaved chatroom |
| aUsername | The user who leaved chatroom |
The documentation for this protocol was generated from the following file: