Android.OS.BatteryManager.BatteryPropertyCurrentAverage Field
Average battery current in microamperes, as an integer.

Value: 3

Syntax

[Android.Runtime.Register("BATTERY_PROPERTY_CURRENT_AVERAGE")]
[System.Obsolete("This constant will be removed in the future version. Use Android.OS.BatteryProperty enum directly instead of this field.")]
public const BatteryProperty BatteryPropertyCurrentAverage

Remarks

Average battery current in microamperes, as an integer. Positive values indicate net current entering the battery from a charge source, negative values indicate net current discharging from the battery. The time period over which the average is computed may depend on the fuel gauge hardware and its configuration.

[Android Documentation]

Requirements

Namespace: Android.OS
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1