Show / Hide Table of Contents

Class MetagameResource

The "metagame" collection of methods.

Inheritance
object
MetagameResource
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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 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
In this article
Back to top Generated by DocFX