Lines Matching full:events
26 * The "events" collection of methods.
30 * $events = $gamesService->events;
33 class Events extends \Google\Service\Resource class
36 * Returns a list showing the current progress on events in this application for
37 * the currently authenticated user. (events.listByPlayer)
43 * @opt_param int maxResults The maximum number of events to return in the
44 * response, used for paging. For any response, the actual number of events to
57 * (events.listDefinitions)
76 * Records a batch of changes to the number of times events have occurred for
77 * the currently authenticated user of this application. (events.record)
95 class_alias(Events::class, 'Google_Service_Games_Resource_Events');