次の方法で共有


Instrumentation.CallActivityOnNewIntent(Activity, Intent) メソッド

定義

アクティビティのメソッドの呼び出しを 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 実行します。 既定の実装では、そのメソッドを呼び出すだけです。

の Java ドキュメントandroid.app.Instrumentation.callActivityOnNewIntent(android.app.Activity, android.content.Intent)

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

適用対象