BatteryManager.BatteryPropertyEnergyCounter Campo

Definição

Cuidado

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

Energia restante da bateria em nanowatts-hora, como um inteiro longo.

[Android.Runtime.Register("BATTERY_PROPERTY_ENERGY_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 BatteryPropertyEnergyCounter = 5;
[<Android.Runtime.Register("BATTERY_PROPERTY_ENERGY_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 BatteryPropertyEnergyCounter : Android.OS.BatteryProperty

Valor do campo

Value = 5
Atributos

Comentários

Energia restante da bateria em nanowatts-hora, como um inteiro longo.

Documentação Java para android.os.BatteryManager.BATTERY_PROPERTY_ENERGY_COUNTER.

Partes desta página são modificações baseadas no trabalho criado e compartilhado pelo Android Open Source Project e usado de acordo com os termos descritos na Creative Commons 2.5 Attribution License.

Aplica-se a