ContextWrapper.StartActivities Method
Definition
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.
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.
[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
StartActivities(Intent[], Bundle)
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.