ActivityType class Null safety
Represents type of presence activity
Constructors
- ActivityType.from(int value)
-
Creates ActivityType from
value
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent 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)