Method | Description | |
---|---|---|
MediaSessionCallback ( |
||
OnFastForward ( ) : void | ||
OnMediaButtonEvent ( Android.Content.Intent mediaButtonEvent ) : bool |
Called when [media button event]. Handle Headphone double click
|
|
OnPause ( ) : void | ||
OnPlay ( ) : void | ||
OnSkipToNext ( ) : void | ||
OnSkipToPrevious ( ) : void | ||
OnStop ( ) : void |
public MediaSessionCallback ( |
||
manager | ||
return | System |
public OnMediaButtonEvent ( Android.Content.Intent mediaButtonEvent ) : bool | ||
mediaButtonEvent | Android.Content.Intent | The media button event. |
return | bool |