onCurrentSessionChanged
open fun onCurrentSessionChanged(oldSession: PlaybackSessionManager.SessionInfo?, newSession: PlaybackSessionManager.SessionInfo?)
Called when the current session changes.
Immediately following this call, onSessionDestroyed will be called with oldSession to signal the previous session's termination.