Enum BatteryStates
The current state of the battery and if it is being charged or full.
Namespace: Evergine.Platform
Assembly: Evergine.Platform.dll
Syntax
public enum BatteryStates
Fields
| Name | Description |
|---|---|
| Charging | Battery is acively being charged by a power source. |
| Discharging | Battery is not plugged in and discharging. |
| Full | Battery is full. |
| NotCharging | Battery is not charging or discharging, but in an inbetween state. |
| NotPresent | Battery does not exist on the device. |
| Unknown | Battery state could not be determined. |