currentActivityModeHashes property

  1. @JsonKey(name: 'currentActivityModeHashes')
List<int>? currentActivityModeHashes
getter/setter pair

If the user is in an activity, this will be the hashes of the DestinyActivityModeDefinition being played. Combine with currentActivityHash to give a person a full picture of what they're doing right now.

Implementation

@JsonKey(name:'currentActivityModeHashes')
List<int>? currentActivityModeHashes;