IntentSender.IOnFinished.OnSendFinished Method

Definition

Called when a send operation as completed.

[Android.Runtime.Register("onSendFinished", "(Landroid/content/IntentSender;Landroid/content/Intent;ILjava/lang/String;Landroid/os/Bundle;)V", "GetOnSendFinished_Landroid_content_IntentSender_Landroid_content_Intent_ILjava_lang_String_Landroid_os_Bundle_Handler:Android.Content.IntentSender/IOnFinishedInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")]
public void OnSendFinished (Android.Content.IntentSender? IntentSender, Android.Content.Intent? intent, Android.App.Result resultCode, string? resultData, Android.OS.Bundle? resultExtras);
[<Android.Runtime.Register("onSendFinished", "(Landroid/content/IntentSender;Landroid/content/Intent;ILjava/lang/String;Landroid/os/Bundle;)V", "GetOnSendFinished_Landroid_content_IntentSender_Landroid_content_Intent_ILjava_lang_String_Landroid_os_Bundle_Handler:Android.Content.IntentSender/IOnFinishedInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")>]
abstract member OnSendFinished : Android.Content.IntentSender * Android.Content.Intent * Android.App.Result * string * Android.OS.Bundle -> unit

Parameters

IntentSender
IntentSender

The IntentSender this operation was sent through.

intent
Intent

The original Intent that was sent.

resultCode
Result

The final result code determined by the send.

resultData
String

The final data collected by a broadcast.

resultExtras
Bundle

The final extras collected by a broadcast.

Attributes

Remarks

Called when a send operation as completed.

Java documentation for android.content.IntentSender.OnFinished.onSendFinished(android.content.IntentSender, android.content.Intent, int, java.lang.String, android.os.Bundle).

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to