BatteryManager.BatteryPropertyChargeCounter Field

Definition

Caution

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

Battery capacity in microampere-hours, as an integer.

[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

Field Value

Value = 1
Attributes

Remarks

Battery capacity in microampere-hours, as an integer.

Java documentation for android.os.BatteryManager.BATTERY_PROPERTY_CHARGE_COUNTER.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to