Instrumentation.CallActivityOnNewIntent(Activity, Intent) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
アクティビティのメソッドの呼び出しを Activity#onNewIntent
実行します。
[Android.Runtime.Register("callActivityOnNewIntent", "(Landroid/app/Activity;Landroid/content/Intent;)V", "GetCallActivityOnNewIntent_Landroid_app_Activity_Landroid_content_Intent_Handler")]
public virtual void CallActivityOnNewIntent (Android.App.Activity? activity, Android.Content.Intent? intent);
[<Android.Runtime.Register("callActivityOnNewIntent", "(Landroid/app/Activity;Landroid/content/Intent;)V", "GetCallActivityOnNewIntent_Landroid_app_Activity_Landroid_content_Intent_Handler")>]
abstract member CallActivityOnNewIntent : Android.App.Activity * Android.Content.Intent -> unit
override this.CallActivityOnNewIntent : Android.App.Activity * Android.Content.Intent -> unit
パラメーター
- activity
- Activity
新しい意図を受け取るアクティビティ。
- intent
- Intent
受信する新しい意図。
- 属性
注釈
アクティビティのメソッドの呼び出しを Activity#onNewIntent
実行します。 既定の実装では、そのメソッドを呼び出すだけです。
このページの一部は、Android オープンソース プロジェクトによって作成および共有され、クリエイティブ コモンズ 2.5 属性ライセンスに記載されている条件に従って使用される作業に基づく変更です。