Android.App.TaskStackBuilder.AddNextIntent Method
Add a new Intent to the task stack.

Syntax

[Android.Runtime.Register("addNextIntent", "(Landroid/content/Intent;)Landroid/app/TaskStackBuilder;", "GetAddNextIntent_Landroid_content_Intent_Handler")]
public virtual TaskStackBuilder AddNextIntent (Android.Content.Intent nextIntent)

Parameters

nextIntent
Intent for the next Activity in the synthesized task stack

Returns

Documentation for this section has not yet been entered.

Remarks

Add a new Intent to the task stack. The most recently added Intent will invoke the Activity at the top of the final task stack.

[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