C# 클래스 Plugin.MediaManager.RemoteControlBroadcastReceiver

상속: BroadcastReceiver
파일 보기 프로젝트 열기: martijn00/XamarinMediaManager

공개 메소드들

메소드 설명
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.

메소드 상세

OnReceive() 공개 메소드

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.
리턴 void