public interface GlobalChatListener
void
newChatStarted(Chat chat, User[] users)
userAdded(Chat chat, User user)
userLeft(Chat chat, User user)
void newChatStarted(Chat chat, User[] users)
void userLeft(Chat chat, User user)
void userAdded(Chat chat, User user)
Copyright © 2013. All Rights Reserved.