currentPlaylistActivityHash property

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

If the user is in a playlist, this is the hash identifier for the playlist that they chose.

Implementation

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