AppleMusicPlayerMiddleware
class AppleMusicPlayerMiddleware(developerTokenProvider: AppleMusicTokenProvider) : CoroutineMiddleware<MusicPlayerContext> , MusicPlayerMiddleware
A MusicPlayerMiddleware that uses the Apple Music SDK. Provide a AppleMusicTokenProvider to get the developer token and user token. Add the AppleMusicPlayerMiddleware to the DashMapGptConfig
to enable the music player.
Functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open override fun registerPermissionLauncher(musicPlayerContext: MusicPlayerContext, activityResultCaller: ActivityResultCaller)
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard