C# 클래스 DirectReply.MessageReplyReceiver

A receiver that gets called when a reply is sent to a given conversationId
상속: BroadcastReceiver
파일 보기 프로젝트 열기: xamarin/monodroid-samples

공개 메소드들

메소드 설명
OnReceive ( Android.Content.Context context, Android.Content.Intent intent ) : void

비공개 메소드들

메소드 설명
GetMessageText ( Android.Content.Intent intent ) : string

Get the message text from the intent. Note that you should call Android.Support.V4.App.RemoteInput.GetResultsFromIntent(intent) to process the RemoteInput.

메소드 상세

OnReceive() 공개 메소드

public OnReceive ( Android.Content.Context context, Android.Content.Intent intent ) : void
context Android.Content.Context
intent Android.Content.Intent
리턴 void