ApplicationErrorReport
AnrInfo
BatteryInfo
CrashInfo
InterfaceConsts
RunningServiceInfo
TypeAnr
TypeBattery
TypeCrash
TypeNone
TypeRunningService
ApplicationErrorReport()
ApplicationErrorReport(IntPtr, JniHandleOwnership)
Creator
InstallerPackageName
JniPeerMembers
PackageName
ProcessName
SystemApp
ThresholdClass
ThresholdType
Time
Type
DescribeContents()
Dump(IPrinter, String)
GetErrorReportReceiver(Context, String, ApplicationInfoFlags)
ReadFromParcel(Parcel)
WriteToParcel(Parcel, ParcelableWriteFlags)
monoandroid
namespace Android.App
{
[Register("android/app/ApplicationErrorReport", DoNotGenerateAcw = true)]
public class ApplicationErrorReport : Object, IParcelable, IJavaObject, IJavaPeerable, IDisposable
{
[Obsolete("This constant will be removed in the future version. Use Android.App.ApplicationErrorReportType enum directly instead of this field.", true)]
[Register("TYPE_RUNNING_SERVICE")]
public const ApplicationErrorReportType TypeRunningService = ApplicationErrorReportType.RunningService;
}
}
| .NET | 6.07.08.09.0 |
|---|---|
Information specific to monoandroid | |
| Assembly | Mono.Android , Version=0.0.0.0, PublicKeyToken=84e04ff9cfb79065 |
| Referencing | The API is automatically referenced. |
| Obsolete | This constant will be removed in the future version. Use Android.App.ApplicationErrorReportType enum directly instead of this field. |
| Platform Restrictions | This framework does not have platform annotations. |
- Built-in API
- Package-provided API