Android.OS.BatteryManager.BatteryPropertyCurrentNow Field
Instantaneous battery current in microamperes, as an integer.

Value: 2

Syntax

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

Remarks

Instantaneous 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.

[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