次の方法で共有


MockContext.StartActivities メソッド

定義

オーバーロード

StartActivities(Intent[])

StartActivities(Intent[], Bundle)オプションが指定されていない場合と同じです。

StartActivities(Intent[], Bundle)

複数の新しいアクティビティを起動します。

StartActivities(Intent[])

StartActivities(Intent[], Bundle)オプションが指定されていない場合と同じです。

[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

パラメーター

intents
Intent[]

開始する意図の配列。

属性

注釈

このページの一部は、Android オープンソース プロジェクトによって作成および共有され、クリエイティブ コモンズ 2.5 属性ライセンスに記載されている条件に従って使用される作業に基づく変更です。

適用対象

StartActivities(Intent[], Bundle)

複数の新しいアクティビティを起動します。

[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

パラメーター

intents
Intent[]

開始する意図の配列。

options
Bundle

アクティビティを開始する方法に関する追加のオプション。 詳細については、 StartActivity(Intent, Bundle) をご覧ください。

属性

注釈

このページの一部は、Android オープンソース プロジェクトによって作成および共有され、クリエイティブ コモンズ 2.5 属性ライセンスに記載されている条件に従って使用される作業に基づく変更です。

適用対象