Android.OS.BatteryManager.GetIntProperty Method
Return the value of a battery property of integer type.

Syntax

[Android.Runtime.Register("getIntProperty", "(I)I", "GetGetIntProperty_IHandler")]
public virtual int GetIntProperty (int id)

Parameters

id
identifier of the requested property

Returns

Documentation for this section has not yet been entered.

Remarks

Return the value of a battery property of integer type. If the platform does not provide the property queried, this value will be Integer.MIN_VALUE.

[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