MediaSessionService.Listener
Artifact: androidx.media3:media3-session
@UnstableApi
interface MediaSessionService.Listener
Listener for MediaSessionService.
The methods will be called on the main thread.
Summary
Public functions |
|
|---|---|
Unit |
@RequiresApi(value = 31)Called when the service fails to start in the foreground and a |
Public functions
onForegroundServiceStartNotAllowedException
@RequiresApi(value = 31)
fun onForegroundServiceStartNotAllowedException(): Unit
Called when the service fails to start in the foreground and a ForegroundServiceStartNotAllowedException is thrown on Android 12 or later.