Partager via


BatteryManager.BatteryPropertyEnergyCounter Champ

Définition

Attention

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

Énergie restante de la batterie en nanowatt-heures, sous la forme d’un entier long.

[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

Valeur de champ

Value = 5
Attributs

Remarques

Énergie restante de la batterie en nanowatt-heures, sous la forme d’un entier long.

Documentation Java pour android.os.BatteryManager.BATTERY_PROPERTY_ENERGY_COUNTER.

Les parties de cette page sont des modifications basées sur le travail créé et partagé par le projet Android Open Source et utilisés en fonction des termes décrits dans la licence d’attribution Creative Commons 2.5.

S’applique à