MusicPlayerUiContext

open class MusicPlayerUiContext(val musicPlayerContext: MusicPlayerContext, val fragment: Fragment, val playerViewSmall: ViewGroup, val playerViewLarge: ViewGroup) : MusicPlayerContext

Constructors

Link copied to clipboard
constructor(musicPlayerContext: MusicPlayerContext, fragment: Fragment, playerViewSmall: ViewGroup, playerViewLarge: ViewGroup)

Properties

Link copied to clipboard
Link copied to clipboard
open override val musicPlayer: MusicPlayer
Link copied to clipboard
val musicPlayerContext: MusicPlayerContext
Link copied to clipboard
open override val playerState: StateFlow<MusicPlayerState?>
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
open override fun toString(): String