tryPlay
suspend fun tryPlay(playbackParameters: PlaybackState.PlaybackParameters = PlaybackState.PlaybackParameters()): Boolean
Attempts to do Play.perform on play if it exists
Return
true
if play was successfully completed, false
if play was empty
Parameters
playbackParameters
the PlaybackState.PlaybackParameters to play with