C# Class Plugin.MediaManager.RemoteControlBroadcastReceiver

Inheritance: BroadcastReceiver
Mostrar archivo Open project: martijn00/XamarinMediaManager

Public Methods

Method Description
OnReceive ( Android.Content.Context context, Android.Content.Intent intent ) : void

When we receive the action media button intent parse the key event and tell our service what to do.

Method Details

OnReceive() public method

When we receive the action media button intent parse the key event and tell our service what to do.
public OnReceive ( Android.Content.Context context, Android.Content.Intent intent ) : void
context Android.Content.Context Context.
intent Android.Content.Intent Intent.
return void