Android.Content.IntentSender.IOnFinished.OnSendFinished Method
Called when a send operation as completed.

Syntax

[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 (IntentSender IntentSender, Intent intent, [Android.Runtime.GeneratedEnum] Android.App.Result resultCode, string resultData, Android.OS.Bundle resultExtras)

Parameters

IntentSender
The IntentSender this operation was sent through.
intent
The original Intent that was sent.
resultCode
The final result code determined by the send.
resultData
The final data collected by a broadcast.
resultExtras
The final extras collected by a broadcast.

Remarks

Called when a send operation as completed.

[Android Documentation]

Requirements

Namespace: Android.Content
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 4