public static interface

GameManagerClient.GameManagerResult

implements Result
com.google.android.gms.cast.games.GameManagerClient.GameManagerResult

Class Overview

Result of a game manager command.

Summary

Public Methods
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.
[Expand]
Inherited Methods
From interface com.google.android.gms.common.api.Result

Public Methods

public abstract JSONObject getExtraMessageData ()

Application specific data sent by the game manager on the receiver device.

Returns
JSONObject

public abstract String getPlayerId ()

Returns the player ID of the player that originated this result.

Returns
String

public abstract long getRequestId ()

Returns the ID of the request that originated this result.

Returns
long