How to remove User

0 votes

i read documentation about remove user

/** 
* remove a user from the zone. the user will get disconnected from the server. 
*  
* @param user the user to be removed 
*/  
public void removeUser(IUser user);  
how to use it?
 
thanks
 
asked May 31, 2014 in AppWarpS2 by goldglorygirl (55 points)

1 Answer

+1 vote
 
Best answer
You can call the removeUser() method inside Room Adaptor or Zone Adaptor when ever you want to remove a user from that room. To get the list of users, you can use getUsers() method of IZone or getJoinedUsers() method of room adpator
answered Jun 2, 2014 by Suyash Mohan (900 points)
selected Jul 10, 2014 by goldglorygirl
Download Widgets
Welcome to ShepHertz Product line forum, where you can ask questions and receive answers from the community. You can also reach out to us on support@shephertz.com
...