public class Games.Metagame
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
class |
Games.Metagame.GetMetagameConfig |
class |
Games.Metagame.ListCategoriesByPlayer |
| Constructor and Description |
|---|
Games.Metagame() |
| Modifier and Type | Method and Description |
|---|---|
Games.Metagame.GetMetagameConfig |
getMetagameConfig()
Return the metagame configuration data for the calling application.
|
Games.Metagame.ListCategoriesByPlayer |
listCategoriesByPlayer(java.lang.String playerId,
java.lang.String collection)
List play data aggregated per category for the player corresponding to playerId.
|
public Games.Metagame.GetMetagameConfig getMetagameConfig() throws java.io.IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.java.io.IOExceptionpublic Games.Metagame.ListCategoriesByPlayer listCategoriesByPlayer(java.lang.String playerId, java.lang.String collection) throws java.io.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.java.io.IOException