Compartir a través de


BatteryManager.BatteryPluggedWireless Campo

Definición

Precaución

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

La fuente de alimentación es inalámbrica.

[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

Valor de campo

Value = 4
Atributos

Comentarios

La fuente de alimentación es inalámbrica.

Documentación de Java para android.os.BatteryManager.BATTERY_PLUGGED_WIRELESS.

Las partes de esta página son modificaciones basadas en el trabajo creado y compartido por el proyecto de código Project y que se usan según los términos Creative Commons 2.5 Attribution License.

Se aplica a