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