BatteryState Enum

Definition

The current state of the battery and if it is being charged or full.

public enum BatteryState
Inheritance
System.Enum
BatteryState

Fields

Charging 1

Battery is acively being charged by a power source.

Discharging 2

Battery is not plugged in and discharging.

Full 3

Battery is full.

NotCharging 4

Battery is not charging or discharging, but in an inbetween state.

NotPresent 5

Battery does not exist on the device.

Unknown 0

Battery state could not be determined.

Applies to