DeviceData.BatteryStates
From Xojo Documentation
Enumeration
The various states of battery charging.
Values
Enum | Description |
---|---|
Unknown | The current state of the battery cannot be determined. |
Unplugged | The device is not plugged into a power source and the battery level is discharging. |
Charging | The device is plugged into a power source but the battery is less than 100% charged. |
Full | The device is plugged into a power source but the battery is 100% charged. |
Compatibility
iOS projects on iOS and iPadOS operating systems.
See Also
BatteryState property, System module