Freigeben über


ApplicationErrorReport.TypeBattery Feld

Definition

Achtung

This constant will be removed in the future version. Use Android.App.ApplicationErrorReportType enum directly instead of this field.

Ein Fehlerbericht über eine Anwendung, die zu viel Akku verbraucht.

[Android.Runtime.Register("TYPE_BATTERY")]
[System.Obsolete("This constant will be removed in the future version. Use Android.App.ApplicationErrorReportType enum directly instead of this field.", true)]
public const Android.App.ApplicationErrorReportType TypeBattery = 3;
[<Android.Runtime.Register("TYPE_BATTERY")>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.App.ApplicationErrorReportType enum directly instead of this field.", true)>]
val mutable TypeBattery : Android.App.ApplicationErrorReportType

Feldwert

Value = 3

Implementiert

Attribute

Hinweise

Ein Fehlerbericht über eine Anwendung, die zu viel Akku verbraucht.

Java-Dokumentation für android.app.ApplicationErrorReport.TYPE_BATTERY.

Teile dieser Seite sind Änderungen, die auf Arbeiten basieren, die vom Android Open Source Project erstellt und freigegeben wurden und gemäß den In Attribution License beschriebenen Begriffen verwendet werden.

Gilt für: