GroupMemberListenerpublic interface GroupMemberListener
Methods Summary |
---|
public void | onError(ChatGroup group, ImErrorInfo error)Called when a previous request to add or remove a member to/from a
group failed.
| public void | onMemberJoined(ChatGroup group, Contact contact)Notifies that a contact has joined into this group.
| public void | onMemberLeft(ChatGroup group, Contact contact)Notifies that a contact has left this group.
|
|