onCurrentSessionChanged
open fun onCurrentSessionChanged(oldSession: PlaybackSessionManager.SessionInfo?, newSession: PlaybackSessionManager.SessionInfo?)
On current session changed from oldSession to newSession. onSessionDestroyed with oldSession is called right after.
Parameters
oldSession
The current session, if any.
newSession
The next current session, if any.