Enabled

data class Enabled(val clientId: String, val redirectUri: String) : SpotifyFeature

Parameters

clientId

The client ID of the Spotify application.

redirectUri

The URL that Spotify uses to redirect users back to Mapbox Dash after authentication.

Constructors

Link copied to clipboard
constructor(clientId: String, redirectUri: String)

Properties

Link copied to clipboard
Link copied to clipboard
open override val isEnabled: Boolean = true
Link copied to clipboard