Sprache

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 von der Android Open Source Project erstellt und gemeinsam verwendet und gemäß den in der 2.5 Attribution License beschriebenen Begriffen verwendet werden.

Gilt für: