#import <EMChatroomManagerDelegate.h>
- (void) didReceiveKickedFromChatroom: |
|
(EMChatroom *) |
aChatroom |
reason: |
|
(EMChatroomBeKickedReason) |
aReason |
|
|
| |
|
optional |
被踢出聊天室
- 参数
-
aChatroom | 被踢出的聊天室 |
aReason | 被踢出聊天室的原因 |
- (void) didReceiveUserJoinedChatroom: |
|
(EMChatroom *) |
aChatroom |
username: |
|
(NSString *) |
aUsername |
|
|
| |
|
optional |
有用户加入聊天室
- 参数
-
aChatroom | 加入的聊天室 |
aUsername | 加入者 |
- (void) didReceiveUserLeavedChatroom: |
|
(EMChatroom *) |
aChatroom |
username: |
|
(NSString *) |
aUsername |
|
|
| |
|
optional |
有用户离开聊天室
- 参数
-
aChatroom | 离开的聊天室 |
aUsername | 离开者 |
该协议的文档由以下文件生成: