setNext

abstract fun setNext(mediaProduct: MediaProduct?)

Playback makes an implicit transition to the selected MediaProduct once the currently active finishes playing.

This must be called everytime the next in queue changes in order to continue playback, and in order to continue playback of the correct MediaProduct.

This action does not explicitly affect PlaybackState.

Should not be called when current state is PlaybackState.IDLE.