Condividi tramite


BatteryManager.BatteryPropertyChargeCounter Campo

Definizione

Attenzione

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

Capacità della batteria in microampere ore, come numero intero.

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

Valore del campo

Value = 1
Attributi

Commenti

Capacità della batteria in microampere ore, come numero intero.

Documentazione java per android.os.BatteryManager.BATTERY_PROPERTY_CHARGE_COUNTER.

Le parti di questa pagina sono modifiche basate sul lavoro creato e condiviso dal progetto Open Source Android e usato in base ai termini descritti nella licenza Creative Commons 2.5 Attribuzione.

Si applica a