batchRecordEvents
public Games.GameStats.BatchRecordEvents batchRecordEvents(String playerId,
BatchRecordEventsRequest content)
throws IOException
Records a batch of player game events for a specific player. This method allows sending multiple
events in a single request.
Create a request for the method "gameStats.batchRecordEvents".
This request holds the parameters needed by the games server. After setting any optional
parameters, call the AbstractGoogleClientRequest.execute() method to invoke the remote operation.
- Parameters:
playerId - Required. The player ID of the player that performed the events.
content - the BatchRecordEventsRequest
- Returns:
- the request
- Throws:
IOException