Class MetagameResource
The "metagame" collection of methods.
Inherited Members
Namespace: Google.Apis.Games.v1
Assembly: Google.Apis.Games.v1.dll
Syntax
public class MetagameResource
Constructors
MetagameResource(IClientService)
Constructs a new resource.
Declaration
public MetagameResource(IClientService service)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service |
Methods
GetMetagameConfig()
Return the metagame configuration data for the calling application.
Declaration
public virtual MetagameResource.GetMetagameConfigRequest GetMetagameConfig()
Returns
Type | Description |
---|---|
MetagameResource.GetMetagameConfigRequest |
ListCategoriesByPlayer(string, CollectionEnum)
List play data aggregated per category for the player corresponding to playerId
.
Declaration
public virtual MetagameResource.ListCategoriesByPlayerRequest ListCategoriesByPlayer(string playerId, MetagameResource.ListCategoriesByPlayerRequest.CollectionEnum collection)
Parameters
Type | Name | Description |
---|---|---|
string | playerId | A player ID. A value of |
MetagameResource.ListCategoriesByPlayerRequest.CollectionEnum | collection | The collection of categories for which data will be returned. |
Returns
Type | Description |
---|---|
MetagameResource.ListCategoriesByPlayerRequest |