TaskStackBuilder.StartActivities Method

Definition

Overloads

Name Description
StartActivities()

Start the task stack constructed by this builder.

StartActivities(Bundle)

Start the task stack constructed by this builder.

StartActivities()

Start the task stack constructed by this builder.

[Android.Runtime.Register("startActivities", "()V", "GetStartActivitiesHandler")]
public virtual void StartActivities();
[<Android.Runtime.Register("startActivities", "()V", "GetStartActivitiesHandler")>]
abstract member StartActivities : unit -> unit
override this.StartActivities : unit -> unit
Attributes

Remarks

Start the task stack constructed by this builder.

Android reference for android.app.TaskStackBuilder.startActivities.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to

StartActivities(Bundle)

Start the task stack constructed by this builder.

[Android.Runtime.Register("startActivities", "(Landroid/os/Bundle;)V", "GetStartActivities_Landroid_os_Bundle_Handler")]
public virtual void StartActivities(Android.OS.Bundle? options);
[<Android.Runtime.Register("startActivities", "(Landroid/os/Bundle;)V", "GetStartActivities_Landroid_os_Bundle_Handler")>]
abstract member StartActivities : Android.OS.Bundle -> unit
override this.StartActivities : Android.OS.Bundle -> unit

Parameters

options
Bundle

Bundle: Additional options for how the Activity should be started. See android.content.Context.startActivity(Intent,Bundle) Context.startActivity(Intent, Bundle)} for more details.

Attributes

Remarks

Start the task stack constructed by this builder.

Content and code samples on this page are subject to the licenses described in the Content License. Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.

Last updated 2026-08-03 UTC.

Android reference for android.app.TaskStackBuilder.startActivities.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to