|
virtual void | onLeaveChatroom (const EMChatroomPtr chatroom, EMChatroom::EMChatroomLeaveReason reason) |
| Callback user when user is kicked out from a chatroom or the chatroom is destroyed. More...
|
|
virtual void | onMemberJoinedChatroom (const EMChatroomPtr chatroom, const std::string &member) |
| Callback user when a user join the chatroom. More...
|
|
virtual void | onMemberLeftChatroom (const EMChatroomPtr chatroom, const std::string &member) |
| Callback user when a user leave the chatroom. More...
|
|
§ onLeaveChatroom()
virtual void easemob::EMChatroomManagerListener::onLeaveChatroom |
( |
const EMChatroomPtr |
chatroom, |
|
|
EMChatroom::EMChatroomLeaveReason |
reason |
|
) |
| |
|
inlinevirtual |
Callback user when user is kicked out from a chatroom or the chatroom is destroyed.
- Parameters
-
The | chatroom that user left. |
The | leave reason. |
- Returns
- NA
§ onMemberJoinedChatroom()
virtual void easemob::EMChatroomManagerListener::onMemberJoinedChatroom |
( |
const EMChatroomPtr |
chatroom, |
|
|
const std::string & |
member |
|
) |
| |
|
inlinevirtual |
Callback user when a user join the chatroom.
- Parameters
-
The | chatroom that user joined. |
The | member. |
- Returns
- NA
§ onMemberLeftChatroom()
virtual void easemob::EMChatroomManagerListener::onMemberLeftChatroom |
( |
const EMChatroomPtr |
chatroom, |
|
|
const std::string & |
member |
|
) |
| |
|
inlinevirtual |
Callback user when a user leave the chatroom.
- Parameters
-
The | chatroom that user left. |
The | member. |
- Returns
- NA
The documentation for this class was generated from the following file: