DestinyActivityPlaylistItemDefinition class
If the activity is a playlist, this is the definition for a specific entry in the playlist: a single possible combination of Activity and Activity Mode that can be chosen.
Constructors
Properties
- activityHash ↔ int
-
The hash identifier of the Activity that can be played. Use it to look up the
DestinyActivityDefinition. [...]
read / write
-
activityModeHashes
↔ List<
int> -
The hash identifiers for Activity Modes relevant to this entry. [...]
read / write
-
activityModeTypes
↔ List<
DestinyActivityModeType> -
The activity modes - if any - in enum form. Because we can't seem to escape the
enums.
read / write
- directActivityModeHash ↔ int
-
If this playlist entry had an activity mode directly defined on it, this will be
the hash of that mode. [...]
read / write
- directActivityModeType ↔ int
-
If the playlist entry had an activity mode directly defined on it, this will be
the enum value of that mode.
read / write
- hashCode → int
-
The hash code for this object. [...]
read-only, inherited
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
toString(
) → String -
Returns a string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator. [...]
inherited