言語

ApplicationErrorReport.GetErrorReportReceiver メソッド

定義

ACTION_APP_ERRORを処理する receiverPackage の戻りアクティビティ。

[Android.Runtime.Register("getErrorReportReceiver", "(Landroid/content/Context;Ljava/lang/String;I)Landroid/content/ComponentName;", "")]
public static Android.Content.ComponentName? GetErrorReportReceiver(Android.Content.Context? context, string? packageName, Android.Content.PM.ApplicationInfoFlags appFlags);
[<Android.Runtime.Register("getErrorReportReceiver", "(Landroid/content/Context;Ljava/lang/String;I)Landroid/content/ComponentName;", "")>]
static member GetErrorReportReceiver : Android.Content.Context * string * Android.Content.PM.ApplicationInfoFlags -> Android.Content.ComponentName

パラメーター

context
Context

Context

packageName
String

String

appFlags
ApplicationInfoFlags

int

返品

属性

注釈

android.app.ApplicationErrorReport.getErrorReportReceiverの Android リファレンス。

このページの一部は、によって作成および共有され、に記載されている条件に従って使用される作業に基づく変更です。

適用対象