EPersonaChange enum

Inheritance

Constructors

EPersonaChange(int value)
const
EPersonaChange.fromValue(int value)
factory

Values

name → const EPersonaChange
const EPersonaChange(1)
status → const EPersonaChange
const EPersonaChange(2)
comeOnline → const EPersonaChange
const EPersonaChange(4)
goneOffline → const EPersonaChange
const EPersonaChange(8)
gamePlayed → const EPersonaChange
const EPersonaChange(16)
gameServer → const EPersonaChange
const EPersonaChange(32)
avatar → const EPersonaChange
const EPersonaChange(64)
joinedSource → const EPersonaChange
const EPersonaChange(128)
leftSource → const EPersonaChange
const EPersonaChange(256)
relationshipChanged → const EPersonaChange
const EPersonaChange(512)
nameFirstSet → const EPersonaChange
const EPersonaChange(1024)
broadcast → const EPersonaChange
const EPersonaChange(2048)
nickname → const EPersonaChange
const EPersonaChange(4096)
steamLevel → const EPersonaChange
const EPersonaChange(8192)
richPresence → const EPersonaChange
const EPersonaChange(16384)

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
value int
final

Methods

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

Constants

values → const List<EPersonaChange>
A constant List of the values in this enum, in order of their declaration.