Android.App.TaskStackBuilder Members

The members of Android.App.TaskStackBuilder are listed below.

See Also: Inherited members from Java.Lang.Object

Protected Constructors

A constructor used when creating managed representations of JNI objects; called by the runtime.

Public Properties

[read-only]
IntentCountint.

Protected Properties

[read-only]
override
ThresholdClassIntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.
[read-only]
override
ThresholdTypeType. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.

Public Methods

AddNextIntent(Android.Content.Intent) : TaskStackBuilder
Add a new Intent to the task stack.
AddNextIntentWithParentStack(Android.Content.Intent) : TaskStackBuilder
Add a new Intent with the resolved chain of parents for the target activity to the task stack.
AddParentStack(Activity) : TaskStackBuilder
Add the activity parent chain as specified by the Activity.ParentActivityIntent method of the activity specified and the NoType:android/R$attr;Href=../../../reference/android/R.attr.html#parentActivityName attributes of each successive activity (or activity-alias) element in the application's manifest to the task stack builder.
AddParentStack(Android.Content.ComponentName) : TaskStackBuilder
Add the activity parent chain as specified by the NoType:android/R$attr;Href=../../../reference/android/R.attr.html#parentActivityName attribute of the activity (or activity-alias) element in the application's manifest to the task stack builder.
AddParentStack(Java.Lang.Class) : TaskStackBuilder
Documentation for this section has not yet been entered.
static
Create(Android.Content.Context) : TaskStackBuilder
Return a new TaskStackBuilder for launching a fresh task stack consisting of a series of activities.
EditIntentAt(int) : Android.Content.Intent
Return the intent at the specified index for modification.
GetIntents() : Android.Content.Intent[]
Return an array containing the intents added to this builder.
GetPendingIntent(int, PendingIntentFlags) : PendingIntent
Obtain a Android.App.PendingIntent for launching the task constructed by this builder so far.
GetPendingIntent(int, PendingIntentFlags, Android.OS.Bundle) : PendingIntent
Obtain a Android.App.PendingIntent for launching the task constructed by this builder so far.
StartActivities()
Start the task stack constructed by this builder.
StartActivities(Android.OS.Bundle)
Start the task stack constructed by this builder.