com.google.android.gms.games.GamesMetadata |
This interface is deprecated.
Use GamesMetadataClient
instead
Entry point for game metadata functionality.
Nested Classes | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
GamesMetadata.LoadGamesResult |
This interface is deprecated.
GameBuffer is returned directly in the GamesMetadataClient .
|
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.
|