Package-level declarations
Types
Link copied to clipboard
This class hooks into spotify-web-api-kotlin to provide PKCE authorization for Android application. Paired with SpotifyDefaultCredentialStore to easily store credentials. To use, you must extend this class and follow the instructions in the spotify-web-api-kotlin README.
Functions
Link copied to clipboard
Link copied to clipboard
fun Activity.startSpotifyClientPkceLoginActivity(spotifyLoginImplementationClass: Class<out AbstractSpotifyPkceLoginActivity>)
Start Spotify PKCE login activity within an existing activity.