C# Class DirectReply.MessageReplyReceiver

A receiver that gets called when a reply is sent to a given conversationId
Inheritance: BroadcastReceiver
Afficher le fichier Open project: xamarin/monodroid-samples

Méthodes publiques

Méthode Description
OnReceive ( Android.Content.Context context, Android.Content.Intent intent ) : void

Private Methods

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

public OnReceive ( Android.Content.Context context, Android.Content.Intent intent ) : void
context Android.Content.Context
intent Android.Content.Intent
Résultat void