Send a proprietary event to all MediaControllers listening to this
Session.
Syntax
[Android.Runtime.Register("sendSessionEvent", "(Ljava/lang/String;Landroid/os/Bundle;)V", "")] public voidSendSessionEvent (string e, Android.OS.Bundle extras)
Parameters
e
The name of the event to send
extras
Any extras included with the event
Remarks
Send a proprietary event to all MediaControllers listening to this
Session. It's up to the Controller/Session owner to determine the meaning
of any events.