Package-level declarations

Types

Link copied to clipboard
interface MusicInjector
Link copied to clipboard
class MusicPlayerMiddlewareCoordinator(    musicMiddlewareManager: MusicPlayerMiddlewareManager,     val smallViewContainer: ViewGroup,     val largeViewContainer: ViewGroup) : MiddlewareCoordinator<MusicPlayerUiContext>
Link copied to clipboard
open class MusicPlayerUiContext(    val musicPlayerContext: MusicPlayerContext,     val fragment: Fragment,     val playerViewSmall: ViewGroup,     val playerViewLarge: ViewGroup) : MusicPlayerContext
Link copied to clipboard
Link copied to clipboard
sealed class SpotifyFeature : DashFeature
Link copied to clipboard
data class SpotifyTrack(    val artistName: String,     val name: String,     val imageUri: String?,     val isPaused: Boolean,     imageFactory: suspend (url: String) -> Bitmap?)
Link copied to clipboard
fun interface SpotifyTrackObserver