Sprache

BatteryManager.BatteryStatusUnknown Feld

Definition

Achtung

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

Konstanter Wert: 1 (0x00000001)

[Android.Runtime.Register("BATTERY_STATUS_UNKNOWN")]
[System.Obsolete("This constant will be removed in the future version. Use Android.OS.BatteryStatus enum directly instead of this field.", true)]
public const Android.OS.BatteryStatus BatteryStatusUnknown = 1;
[<Android.Runtime.Register("BATTERY_STATUS_UNKNOWN")>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.OS.BatteryStatus enum directly instead of this field.", true)>]
val mutable BatteryStatusUnknown : Android.OS.BatteryStatus

Feldwert

Value = 1
Attribute

Hinweise

Teile dieser Seite sind Änderungen auf der Grundlage von Arbeiten, die von der Android Open Source Project erstellt und gemeinsam verwendet und gemäß den in der 2.5 Attribution License beschriebenen Begriffen verwendet werden.

Java Dokumentation für android.os.BatteryManager.BATTERY_STATUS_UNKNOWN.

Gilt für: