MusicPlugin

An interface representing a Mapbox Dash Music plugin.

This interface extends the Plugin interface, and defines additional properties to playing music in the Dash app.

See also

Properties

Link copied to clipboard
abstract val hideMapButtons: Provider<Flow<Boolean>>
Link copied to clipboard
abstract val musicPlayerLarge: Provider<@Composable () -> Unit>
Link copied to clipboard

Functions

Link copied to clipboard
abstract fun installExtraDefinitions(module: Module)