EventsResource class

Constructors

EventsResource(ApiRequester client)

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

listByPlayer({String? language, int? maxResults, String? pageToken, String? $fields}) Future<PlayerEventListResponse>
Returns a list showing the current progress on events in this application for the currently authenticated user.
listDefinitions({String? language, int? maxResults, String? pageToken, String? $fields}) Future<EventDefinitionListResponse>
Returns a list of the event definitions in this application.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
record(EventRecordRequest request, {String? language, String? $fields}) Future<EventUpdateResponse>
Records a batch of changes to the number of times events have occurred for the currently authenticated user of this application.
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited