public static interface GameManagerClient.GameManagerResult implements Result
This interface is deprecated.
The Game Manager APIs are no longer supported and will be removed in a future release.
Result of a game manager command.
Public Method Summary
abstract JSONObject |
getExtraMessageData()
Application specific data sent by the game manager on the receiver device.
|
abstract String |
getPlayerId()
Returns the player ID of the player that originated this result.
|
abstract long |
getRequestId()
Returns the ID of the request that originated this result.
|
Inherited Method Summary
Public Methods
public abstract JSONObject getExtraMessageData ()
Application specific data sent by the game manager on the receiver device.
public abstract String getPlayerId ()
Returns the player ID of the player that originated this result.
public abstract long getRequestId ()
Returns the ID of the request that originated this result.