Android.App.TaskStackBuilder.AddNextIntentWithParentStack Method
Add a new Intent with the resolved chain of parents for the target activity to the task stack.

Syntax

[Android.Runtime.Register("addNextIntentWithParentStack", "(Landroid/content/Intent;)Landroid/app/TaskStackBuilder;", "GetAddNextIntentWithParentStack_Landroid_content_Intent_Handler")]
public virtual TaskStackBuilder AddNextIntentWithParentStack (Android.Content.Intent nextIntent)

Parameters

nextIntent
Intent for the topmost Activity in the synthesized task stack. Its chain of parents as specified in the manifest will be added.

Returns

Documentation for this section has not yet been entered.

Remarks

Add a new Intent with the resolved chain of parents for the target activity to the task stack.

This is equivalent to calling TaskStackBuilder.AddParentStack(Android.Content.ComponentName) with the resolved ComponentName of nextIntent (if it can be resolved), followed by TaskStackBuilder.AddNextIntent(Android.Content.Intent) with nextIntent.

[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