Hello, I am trying to stream audio using MediaManager on Xamarin and the streaming is working, but I can't figure out how to customize the notification area when the audio is playing. The main things that I want to change is the notification area background, remove the "previous/next" controls, and change the text displayed. I think I need to use this for the controls CrossMediaManager.Current.NotificationManager.ShowNavigationControls = false; but it gives me the error "IMediaManager does not contain a definition for 'NotificationManager' and no accessible extension method 'NotificationManager' accepting a first argument of type 'IMediaManager' could be found". Thanks in advance!
My entire Visual Studio project
https://github.com/brickman7713/TheLight.v1