currentActivityModeHash property
If the user is in an activity, this will be the hash of the activity mode being played. Combine with currentActivityHash to give a person a full picture of what they're doing right now.
Implementation
@JsonKey(name:'currentActivityModeHash')
int? currentActivityModeHash;