Share via


BatteryManager.BatteryPropertyStatus Field

Definition

Caution

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

Battery charge status, from a BATTERY_STATUS_* value.

[Android.Runtime.Register("BATTERY_PROPERTY_STATUS", ApiSince=26)]
[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 BatteryPropertyStatus = 6;
[<Android.Runtime.Register("BATTERY_PROPERTY_STATUS", ApiSince=26)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.OS.BatteryProperty enum directly instead of this field.", true)>]
val mutable BatteryPropertyStatus : Android.OS.BatteryProperty

Field Value

Value = 6
Attributes

Remarks

Battery charge status, from a BATTERY_STATUS_* value.

Java documentation for android.os.BatteryManager.BATTERY_PROPERTY_STATUS.

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