Easemob Windows SDK
Public Member Functions | List of all members
easemob::EMChatroomManagerListener Class Reference
Collaboration diagram for easemob::EMChatroomManagerListener:
Collaboration graph

Public Member Functions

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...
 

Member Function Documentation

§ 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
Thechatroom that user left.
Theleave 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
Thechatroom that user joined.
Themember.
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
Thechatroom that user left.
Themember.
Returns
NA

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