Android.App.PendingIntent.Send Method
Perform the operation associated with this PendingIntent, allowing the caller to specify information about the Intent to use.

Syntax

[Android.Runtime.Register("send", "(Landroid/content/Context;ILandroid/content/Intent;)V", "")]
public void Send (Android.Content.Context context, [Android.Runtime.GeneratedEnum] Result code, Android.Content.Intent intent)

See Also

PendingIntent.Send(Android.Content.Context, Android.App.Result, Android.App.Result, Android.App.Result, Android.App.Result)

Parameters

context
The Context of the caller.
code
Result code to supply back to the PendingIntent's target.
intent
Additional Intent data. See Android.Content.Intent.FillIn(Android.Content.Intent, Android.Content.FillInFlags) for information on how this is applied to the original Intent.

Exceptions

TypeReason
!:NoType:android/app/PendingIntent$CanceledException;Href=../../../reference/android/app/PendingIntent.CanceledException.htmlThrows CanceledException if the PendingIntent is no longer allowing more intents to be sent through it.

Remarks

Perform the operation associated with this PendingIntent, allowing the caller to specify information about the Intent to use.

[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