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
apiClient | The GoogleApiClient to service the call. |
---|
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
apiClient | The GoogleApiClient to service the call. |
---|
PendingResult
to access the data when available.