Android.App.TaskStackBuilder.EditIntentAt Method
Return the intent at the specified index for modification.

Syntax

[Android.Runtime.Register("editIntentAt", "(I)Landroid/content/Intent;", "GetEditIntentAt_IHandler")]
public virtual Android.Content.Intent EditIntentAt (int index)

Parameters

index
Index from 0-getIntentCount()

Returns

Documentation for this section has not yet been entered.

Remarks

Return the intent at the specified index for modification. Useful if you need to modify the flags or extras of an intent that was previously added, for example with TaskStackBuilder.AddParentStack(Activity).

[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