Show / Hide Table of Contents

Class GameStatsResource

The "gameStats" collection of methods.

Inheritance
object
GameStatsResource
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 GameStatsResource

Constructors

GameStatsResource(IClientService)

Constructs a new resource.

Declaration
public GameStatsResource(IClientService service)
Parameters
Type Name Description
IClientService service

Methods

BatchRecordEvents(BatchRecordEventsRequest, string)

Records a batch of player game events for a specific player. This method allows sending multiple events in a single request.

Declaration
public virtual GameStatsResource.BatchRecordEventsRequest BatchRecordEvents(BatchRecordEventsRequest body, string playerId)
Parameters
Type Name Description
BatchRecordEventsRequest body

The body of the request.

string playerId

Required. The player ID of the player that performed the events.

Returns
Type Description
GameStatsResource.BatchRecordEventsRequest
In this article
Back to top Generated by DocFX