BatteryManager.BatteryPluggedWireless 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 drahtlos.

[Android.Runtime.Register("BATTERY_PLUGGED_WIRELESS")]
[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 BatteryPluggedWireless = 4;
[<Android.Runtime.Register("BATTERY_PLUGGED_WIRELESS")>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.OS.BatteryPlugged enum directly instead of this field.", true)>]
val mutable BatteryPluggedWireless : Android.OS.BatteryPlugged

Feldwert

Value = 4
Attribute

Hinweise

Die Stromquelle ist drahtlos.

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

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: