com.google.android.gms.games.GamesMetadata |
Entry point for game metadata functionality.
Nested Classes | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
GamesMetadata.LoadGamesResult | Result delivered when game metadata has been loaded. |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Gets the metadata for the current game, if available.
| |||||||||||
Loads the details for the current game.
|
Gets the metadata for the current game, if available.
Required API: API
Required Scopes: SCOPE_GAMES
Parameters | |
---|---|
apiClient |
GoogleApiClient :
The GoogleApiClient to service the call. |
Returns | |
---|---|
Game |
Game metadata for the current game. May be null if the metadata is not
available locally.
|
Loads the details for the current game.
Required API: API
Required Scopes: SCOPE_GAMES
Parameters | |
---|---|
apiClient |
GoogleApiClient :
The GoogleApiClient to service the call. |
Returns | |
---|---|
PendingResult<GamesMetadata.LoadGamesResult> |
PendingResult to access the data when available.
|