trackingValue property

  1. @JsonKey(name: 'trackingValue')
int? trackingValue
getter/setter pair

Used for tracking which step a user reached. These values will be populated in the user's internal state, which we expose externally as a more usable DestinyQuestStatus object. If this item has been obtained, this value will be set in trackingUnlockValueHash.

Implementation

@JsonKey(name:'trackingValue')
int? trackingValue;