Android.App.TaskStackBuilder.GetPendingIntent Method
Obtain a Android.App.PendingIntent for launching the task constructed by this builder so far.

Syntax

[Android.Runtime.Register("getPendingIntent", "(II)Landroid/app/PendingIntent;", "GetGetPendingIntent_IIHandler")]
public virtual PendingIntent GetPendingIntent (int requestCode, [Android.Runtime.GeneratedEnum] PendingIntentFlags flags)

Parameters

requestCode
Private request code for the sender
flags
May be PendingIntent.FLAG_ONE_SHOT, PendingIntent.FLAG_NO_CREATE, PendingIntent.FLAG_CANCEL_CURRENT, PendingIntent.FLAG_UPDATE_CURRENT, or any of the flags supported by Android.Content.Intent.FillIn(Android.Content.Intent, Android.Content.FillInFlags) to control which unspecified parts of the intent that can be supplied when the actual send happens.

Returns

Documentation for this section has not yet been entered.

Remarks

Obtain a Android.App.PendingIntent for launching the task constructed by this builder so far.

[Android Documentation]

Requirements

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