Freigeben über


BatteryManager.BatteryPluggedAc Feld

Definition

Achtung

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

Die Stromquelle ist ein Ac-Ladegerät.

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

Feldwert

Value = 1
Attribute

Hinweise

Die Stromquelle ist ein Ac-Ladegerät.

Java-Dokumentation für android.os.BatteryManager.BATTERY_PLUGGED_AC.

Teile dieser Seite sind Änderungen auf der Grundlage von Arbeiten, die vom Android Open Source-Projekt erstellt und freigegeben werden und gemäß den in der Creative Commons 2.5 Attribution License beschriebenen Begriffen verwendet werden.

Gilt für: