How to access Transport/Media playback controls using CrossMediaManager in Xamarin Forms

197 Views Asked by At

I am using CrossMediaManager to Mp3 files from device library. I am looking to allow users to perform next, previous, and play operations from playback / media controls. In content page everything works as expected. What I am looking is when my app is not in foreground and user presses play/previous/next button from media buttons / transport control. Is there any options/events to listen to those events perform desired next/previous/play operation?

0

There are 0 best solutions below