Android.App.PendingIntent.IOnFinished.OnSendFinished Method
Called when a send operation as completed.

Syntax

[Android.Runtime.Register("onSendFinished", "(Landroid/app/PendingIntent;Landroid/content/Intent;ILjava/lang/String;Landroid/os/Bundle;)V", "GetOnSendFinished_Landroid_app_PendingIntent_Landroid_content_Intent_ILjava_lang_String_Landroid_os_Bundle_Handler:Android.App.PendingIntent/IOnFinishedInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")]
public void OnSendFinished (PendingIntent pendingIntent, Android.Content.Intent intent, [Android.Runtime.GeneratedEnum] Result resultCode, string resultData, Android.OS.Bundle resultExtras)

Parameters

pendingIntent
The PendingIntent 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.App
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1