SpotifyMusicPlayerContext
class SpotifyMusicPlayerContext( val spotifyConnector: SpotifyConnector, val spotifyAppController: SpotifyAppController, val playerState: StateFlow<MusicPlayerState?>, val largeViewVisible: MutableStateFlow<Boolean>) : MusicPlayerContext
Constructors
Link copied to clipboard
constructor( spotifyConnector: SpotifyConnector, spotifyAppController: SpotifyAppController, playerState: StateFlow<MusicPlayerState?>, largeViewVisible: MutableStateFlow<Boolean>)