DestinyMilestoneDisplayPreference enum
- Inheritance
- Available extensions
Values
- MilestoneDefinition → const DestinyMilestoneDisplayPreference
-
MilestoneDefinition = 0 Indicates you should show DestinyMilestoneDefinition.displayProperties for this Milestone.
- CurrentQuestSteps → const DestinyMilestoneDisplayPreference
-
CurrentQuestSteps = 1 Indicates you should show the displayProperties for any currently active Quest Steps in DestinyMilestone.availableQuests.
- CurrentActivityChallenges → const DestinyMilestoneDisplayPreference
-
CurrentActivityChallenges = 2 Indicates you should show the displayProperties for any currently active Activities and their Challenges in DestinyMilestone.activities.
- ProtectedInvalidEnumValue → const DestinyMilestoneDisplayPreference
-
value not found fallback
Properties
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<
DestinyMilestoneDisplayPreference> - A constant List of the values in this enum, in order of their declaration.