TaskStackBuilder.EditIntentAt(Int32) Method

Definition

Return the intent at the specified index for modification.

[Android.Runtime.Register("editIntentAt", "(I)Landroid/content/Intent;", "GetEditIntentAt_IHandler")]
public virtual Android.Content.Intent? EditIntentAt (int index);
[<Android.Runtime.Register("editIntentAt", "(I)Landroid/content/Intent;", "GetEditIntentAt_IHandler")>]
abstract member EditIntentAt : int -> Android.Content.Intent
override this.EditIntentAt : int -> Android.Content.Intent

Parameters

index
Int32

Index from 0-getIntentCount()

Returns

the intent at position index

Attributes

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 #addParentStack(Activity).

Java documentation for android.app.TaskStackBuilder.editIntentAt(int).

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to