C# Class DirectReply.MessageReplyReceiver

A receiver that gets called when a reply is sent to a given conversationId
Inheritance: BroadcastReceiver
ファイルを表示 Open project: xamarin/monodroid-samples

Public Methods

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

Private Methods

Method Description
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.

Method Details

OnReceive() public method

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