SpotifyMusicPlayerContext

class SpotifyMusicPlayerContext(    val spotifyConnector: SpotifyConnector,     val spotifyAppController: SpotifyAppController,     val playerState: StateFlow<MusicPlayerState?>,     val musicPlayer: MusicPlayer,     val largeViewVisible: MutableStateFlow<Boolean>) : MusicPlayerContext

Constructors

Link copied to clipboard
constructor(    spotifyConnector: SpotifyConnector,     spotifyAppController: SpotifyAppController,     playerState: StateFlow<MusicPlayerState?>,     musicPlayer: MusicPlayer,     largeViewVisible: MutableStateFlow<Boolean>)

Properties

Link copied to clipboard
val largeViewVisible: MutableStateFlow<Boolean>
Link copied to clipboard
open override val musicPlayer: MusicPlayer
Link copied to clipboard
open override val playerState: StateFlow<MusicPlayerState?>
Link copied to clipboard