onMediaSessionCreated

Called when the MediaSession is being created, allowing for customization of the MediaSession.Builder.

Note: customization of setSessionActivity is not allowed through this method. The session activity is determined by the pendingIntent provided during initialization.

Return

The modified MediaSession.Builder.

Parameters

mediaSessionBuilder

The builder for the MediaSession.

See also