Android.App.PendingIntent.Send Method
Perform the operation associated with this PendingIntent.

Syntax

[Android.Runtime.Register("send", "(I)V", "")]
public void Send ([Android.Runtime.GeneratedEnum] Result code)

See Also

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

Parameters

code
Result code to supply back to the PendingIntent's target.

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.

[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