Läs på engelska

Dela via


ContextWrapper.StartActivities Method

Definition

Overloads

StartActivities(Intent[])

Same as StartActivities(Intent[], Bundle) with no options specified.

StartActivities(Intent[], Bundle)

Launch multiple new activities.

StartActivities(Intent[])

Same as StartActivities(Intent[], Bundle) with no options specified.

C#
[Android.Runtime.Register("startActivities", "([Landroid/content/Intent;)V", "GetStartActivities_arrayLandroid_content_Intent_Handler")]
public override void StartActivities (Android.Content.Intent[]? intents);

Parameters

intents
Intent[]

An array of Intents to be started.

Attributes

Remarks

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

.NET for Android .NET for Android API 35 och .NET for Android .NET for Android API 34
Produkt Versioner
.NET for Android .NET for Android API 34, .NET for Android API 35

StartActivities(Intent[], Bundle)

Launch multiple new activities.

C#
[Android.Runtime.Register("startActivities", "([Landroid/content/Intent;Landroid/os/Bundle;)V", "GetStartActivities_arrayLandroid_content_Intent_Landroid_os_Bundle_Handler")]
public override void StartActivities (Android.Content.Intent[]? intents, Android.OS.Bundle? options);

Parameters

intents
Intent[]

An array of Intents to be started.

options
Bundle

Additional options for how the Activity should be started. See StartActivity(Intent, Bundle) for more details.

Attributes

Remarks

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

.NET for Android .NET for Android API 35 och .NET for Android .NET for Android API 34
Produkt Versioner
.NET for Android .NET for Android API 34, .NET for Android API 35