Events
class Events extends Resource (View source)
The "events" collection of methods.
Typical usage is:
$gamesService = new Google\Service\Games(...);
$events = $gamesService->events;
Methods
Returns a list showing the current progress on events in this application for the currently authenticated user. (events.listByPlayer)
Returns a list of the event definitions in this application.
Records a batch of changes to the number of times events have occurred for the currently authenticated user of this application. (events.record)
Details
PlayerEventListResponse
listByPlayer(array $optParams = [])
Returns a list showing the current progress on events in this application for the currently authenticated user. (events.listByPlayer)
EventDefinitionListResponse
listDefinitions(array $optParams = [])
Returns a list of the event definitions in this application.
(events.listDefinitions)
EventUpdateResponse
record(EventRecordRequest $postBody, array $optParams = [])
Records a batch of changes to the number of times events have occurred for the currently authenticated user of this application. (events.record)