Show / Hide Table of Contents

Class MetagameResource

The "metagame" collection of methods.

Inheritance
System.Object
MetagameResource
Namespace: Google.Apis.Games.v1
Assembly: Google.Apis.Games.v1.dll
Syntax
public class MetagameResource : object

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, MetagameResource.ListCategoriesByPlayerRequest.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
System.String playerId

A player ID. A value of me may be used in place of the authenticated player's ID.

MetagameResource.ListCategoriesByPlayerRequest.CollectionEnum collection

The collection of categories for which data will be returned.

Returns
Type Description
MetagameResource.ListCategoriesByPlayerRequest
Back to top