TaskStackBuilder.StartActivities Method

Definition

Overloads

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.

Java documentation 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

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.

Java documentation for android.app.TaskStackBuilder.startActivities(android.os.Bundle).

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