I have some small queries:
How an user client can be notified if the other user join Zone? Or How to check a user is online? Which the API of smartFox support this?
Please help give your comment.
Cheer,
Using the Buddy List API:hoanghuybao wrote: How an user client can be notified if the other user join Zone?
Again, using the buddy list each User can know the online status of all the people in his buddy list.Or How to check a user is online?
This will return true if the user with that name is logged in the server.boolean isUserOnline = getParentZone().getUserManager().containsName("SomeUserName");
You mean client API?Which the API of smartFox support this?