Java android.support.v4.app TaskStackBuilder fields, constructors, methods, implement or subclass

Example usage for Java android.support.v4.app TaskStackBuilder fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for android.support.v4.app TaskStackBuilder.

The text is from its open source code.

Method

TaskStackBuilderaddNextIntent(Intent nextIntent)
Add a new Intent to the task stack.
TaskStackBuilderaddParentStack(Activity sourceActivity)
Add the activity parent chain as specified by manifest <meta-data> elements to the task stack builder.
TaskStackBuilderaddParentStack(Class sourceActivityClass)
Add the activity parent chain as specified by manifest <meta-data> elements to the task stack builder.
TaskStackBuilderfrom(Context context)
Return a new TaskStackBuilder for launching a fresh task stack consisting of a series of activities.
intgetIntentCount()
PendingIntentgetPendingIntent(int requestCode, int flags)
Obtain a PendingIntent for launching the task constructed by this builder so far.
voidstartActivities()
Start the task stack constructed by this builder.