chat room change listener
void com.hyphenate.EMChatRoomChangeListener.onChatRoomDestroyed |
( |
String |
roomId, |
|
|
String |
roomName |
|
) |
| |
callback when chat room is destroyed
- Parameters
-
roomId | chatroom id |
roomName | chatroom subject, chatroom's literal description |
void com.hyphenate.EMChatRoomChangeListener.onMemberExited |
( |
String |
roomId, |
|
|
String |
roomName, |
|
|
String |
participant |
|
) |
| |
Callback when a user exit the chatroom
- Parameters
-
roomId | the chatroom id which user exited |
roomName | the chatroom's subject, literal description |
participant | the member who leaved |
void com.hyphenate.EMChatRoomChangeListener.onMemberJoined |
( |
String |
roomId, |
|
|
String |
participant |
|
) |
| |
Callback when a user join the chatroom.
- Parameters
-
roomId | chatroom id |
participant | new member's username |
void com.hyphenate.EMChatRoomChangeListener.onMemberKicked |
( |
String |
roomId, |
|
|
String |
roomName, |
|
|
String |
participant |
|
) |
| |
Callback for chatroom's member being kicked off
- Parameters
-
roomId | chatroom id |
roomName | chatroom the chatroom's subject, literal description |
participant | the member who leaved |
The documentation for this interface was generated from the following file:
- hyphenatechatsdk/src/com/hyphenate/EMChatRoomChangeListener.java