Events class

common core profile manager library

Inheritance

Constructors

Events(Client client)
common core profile object

Properties

accountId String
account id of the player
getter/setter pairinherited
client Client
The master client
latefinalinherited
displayName String
getter/setter pairinherited
events List<Event>
getter/setter pairinherited
hashCode int
The hash code for this object.
no setterinherited
initialized bool
is the profile initialized
getter/setter pairinherited
profileId String
getter/setter pairinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
tokens List
getter/setter pairinherited

Methods

confirmInitialized() bool
inherited
getEventFlags() Future
getEventHistory(String eventId) Future
getEvents(String accountId, String region, String platform) Future
getEventWindowHistory(String eventWindowId, String eventId) Future
init(String region) Future
init the profile, requires the region to query the events. possible Params: "EU", "NAE", "NAW", "ME", "OCE", "ASIA", "BR"
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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