Enum BatteryStatus
Status of the battery, whether full or charging etc.
Namespace: Google.Maps.FleetEngine.V1
Assembly: Google.Maps.FleetEngine.V1.dll
Syntax
public enum BatteryStatus
Fields
| Name | Description |
|---|---|
| Charging | Battery is being charged. |
| Discharging | Battery is discharging. |
| Full | Battery is full. |
| NotCharging | Battery is not charging. |
| PowerLow | Battery is low on power. |
| UnknownBatteryStatus | Battery status unknown. |