how can i receive responce from second player.

0 votes
asked Mar 27, 2014 in AppWarp by nikhil (8 points)

1 Answer

0 votes
We use Observer Listener Design pattern. You will need to read the documentation to understand how to use those listeners.

 

The Notification Listerners has a method named onChatReceived() which will be invoked when a message is received from another player. To send a message you will need to call sendChat() method.

 

For more details follow our documentation http://appwarp.shephertz.com/game-development-center/
answered Mar 27, 2014 by Suyash Mohan (900 points)
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
...