| Modifier and Type | Class and Description |
|---|---|
class |
Games.Metagame.GetMetagameConfig |
class |
Games.Metagame.ListCategoriesByPlayer |
| Constructor and Description |
|---|
Metagame() |
| Modifier and Type | Method and Description |
|---|---|
Games.Metagame.GetMetagameConfig |
getMetagameConfig()
Return the metagame configuration data for the calling application.
|
Games.Metagame.ListCategoriesByPlayer |
listCategoriesByPlayer(String playerId,
String collection)
List play data aggregated per category for the player corresponding to `playerId`.
|
public Games.Metagame.GetMetagameConfig getMetagameConfig() throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.IOExceptionpublic Games.Metagame.ListCategoriesByPlayer listCategoriesByPlayer(String playerId, String collection) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote
operation.playerId - A player ID. A value of `me` may be used in place of the authenticated player's ID.collection - The collection of categories for which data will be returned.IOExceptionCopyright © 2011–2020 Google. All rights reserved.