ActivityType class

Represents type of presence activity

Inheritance

Constructors

ActivityType.from(int value)
Creates ActivityType from value

Properties

hashCode int
The hash code for this object.
read-onlyoverride
runtimeType Type
A representation of the runtime type of the object.
read-onlyinherited
value int
Returns value of enum
read-onlyinherited

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 ==(dynamic other) bool
The equality operator.
override

Constants

competing → const ActivityType
Competing in something
ActivityType._create(5)
custom → const ActivityType
Custom status, not supported for bot accounts
ActivityType._create(4)
game → const ActivityType
Status type when playing a game
ActivityType._create(0)
listening → const ActivityType
Status type when listening to Spotify
ActivityType._create(2)
streaming → const ActivityType
Status type when streaming a game. Only supports twitch.tv or youtube.com url
ActivityType._create(1)
watching → const ActivityType
Status type when watching
ActivityType._create(3)