when onUpdatePropertyDone() method is called.

0 votes
i am using appwarp j2me sdk.

i want to use room properties for the scenario of my street fighter game.

i want to know when these following methods will be called.

public void onSetCustomRoomDataDone(LiveRoomInfoEvent arg0);

public void onSubscribeRoomDone(RoomEvent arg0) ;

public void onUnSubscribeRoomDone(RoomEvent arg0);

public void onUpdatePropertyDone(LiveRoomInfoEvent event) ;

public void onLockPropertiesDone(byte arg0);

public void onUnlockPropertiesDone(byte arg0);
asked Apr 29, 2014 in AppWarp by maheshsahu125 (20 points)

1 Answer

0 votes
Have you seen the following?

http://appwarp.shephertz.com/game-development-center/java-api-reference/

You can find the functions that you are looking for. The naming of the callbacks is clear. For example the callback for subscribeRoom is onSubscribeRoomDone.
answered Apr 29, 2014 by dhruvc (1,099 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
...