The members of Android.App.TaskStackBuilder are listed below.
See Also: Inherited members from Java.Lang.Object
A constructor used when creating managed representations of JNI objects; called by the runtime. |
[read-only] | IntentCount | int. |
[read-only] override | ThresholdClass | IntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
[read-only] override | ThresholdType | Type. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
AddNextIntent(Android.Content.Intent)Add a new Intent to the task stack. | ||
AddNextIntentWithParentStack(Android.Content.Intent)Add a new Intent with the resolved chain of parents for the target activity to the task stack. | ||
AddParentStack(Activity)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)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)Documentation for this section has not yet been entered. | ||
static | Create(Android.Content.Context)Return a new TaskStackBuilder for launching a fresh task stack consisting of a series of activities. | |
EditIntentAt(int)Return the intent at the specified index for modification. | ||
GetIntents()Return an array containing the intents added to this builder. | ||
GetPendingIntent(int, PendingIntentFlags)Obtain a Android.App.PendingIntent for launching the task constructed by this builder so far. | ||
GetPendingIntent(int, PendingIntentFlags, Android.OS.Bundle)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. |