Class GameStatsResource
The "gameStats" collection of methods.
Inherited Members
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 |