Android.App.TaskStackBuilder: Method Members

The methods of Android.App.TaskStackBuilder are listed below. For a list of all members, see the TaskStackBuilder Members list.

See Also: Inherited members from Java.Lang.Object

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.