ContextWrapper.StartActivities Method
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
StartActivities(Intent[]) |
Same as StartActivities(Intent[], Bundle) with no options specified. |
StartActivities(Intent[], Bundle) |
Launch multiple new activities. |
Same as StartActivities(Intent[], Bundle) with no options specified.
[Android.Runtime.Register("startActivities", "([Landroid/content/Intent;)V", "GetStartActivities_arrayLandroid_content_Intent_Handler")]
public override void StartActivities (Android.Content.Intent[]? intents);
[<Android.Runtime.Register("startActivities", "([Landroid/content/Intent;)V", "GetStartActivities_arrayLandroid_content_Intent_Handler")>]
override this.StartActivities : Android.Content.Intent[] -> unit
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 |
Launch multiple new activities.
[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);
[<Android.Runtime.Register("startActivities", "([Landroid/content/Intent;Landroid/os/Bundle;)V", "GetStartActivities_arrayLandroid_content_Intent_Landroid_os_Bundle_Handler")>]
override this.StartActivities : Android.Content.Intent[] * Android.OS.Bundle -> unit
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 |