Android.App.Activity.OnPrepareNavigateUpTaskStack Method
Prepare the synthetic task stack that will be generated during Up navigation from a different task.

Syntax

[Android.Runtime.Register("onPrepareNavigateUpTaskStack", "(Landroid/app/TaskStackBuilder;)V", "GetOnPrepareNavigateUpTaskStack_Landroid_app_TaskStackBuilder_Handler")]
public virtual void OnPrepareNavigateUpTaskStack (TaskStackBuilder builder)

Parameters

builder
A TaskStackBuilder that has been populated with Intents by onCreateNavigateUpTaskStack.

Remarks

Prepare the synthetic task stack that will be generated during Up navigation from a different task.

This method receives the Android.App.TaskStackBuilder with the constructed series of Intents as generated by Activity.OnCreateNavigateUpTaskStack(TaskStackBuilder). If any extra data should be added to these intents before launching the new task, the application should override this method and add that data here.

[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