C# Class Plugin.MediaManager.RemoteControlBroadcastReceiver

Inheritance: BroadcastReceiver
Afficher le fichier Open project: martijn00/XamarinMediaManager

Méthodes publiques

Méthode 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 méthode

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.
Résultat void