toggle menu
NavigationApp
androidJvm
switch theme
search in API
navigation-ux-music-api
/
com.mapbox.dash.music.api
Package-level
declarations
Types
Types
Is
Audio
Widget
Visible
Link copied to clipboard
@
RestrictTo
(
value
=
[
RestrictTo.Scope.LIBRARY_GROUP_PREFIX
]
)
class
IsAudioWidgetVisible
(
appStore
:
AppStore
)
Music
Player
Ui
Context
Link copied to clipboard
@
RestrictTo
(
value
=
[
RestrictTo.Scope.LIBRARY_GROUP_PREFIX
]
)
interface
MusicPlayerUiContext
:
MusicPlayerContext
Spotify
App
Controller
Link copied to clipboard
@
RestrictTo
(
value
=
[
RestrictTo.Scope.LIBRARY_GROUP_PREFIX
]
)
interface
SpotifyAppController
Spotify
Feature
Link copied to clipboard
@
RestrictTo
(
value
=
[
RestrictTo.Scope.LIBRARY_GROUP_PREFIX
]
)
sealed
class
SpotifyFeature
:
DashFeature
Spotify
Track
Link copied to clipboard
@
RestrictTo
(
value
=
[
RestrictTo.Scope.LIBRARY_GROUP_PREFIX
]
)
data
class
SpotifyTrack
(
val
artistName
:
String
,
val
name
:
String
,
val
imageUri
:
String
?
,
val
isPaused
:
Boolean
,
imageFactory
:
suspend
(
url
:
String
)
->
Bitmap
?
)
Spotify
Track
Observer
Link copied to clipboard
@
RestrictTo
(
value
=
[
RestrictTo.Scope.LIBRARY_GROUP_PREFIX
]
)
fun
interface
SpotifyTrackObserver