BatteryState Enum
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Describes possible states of the battery.
public enum class BatteryState
C#
public enum BatteryState
type BatteryState =
Public Enum BatteryState
- Inheritance
-
BatteryState
Name | Value | Description |
---|---|---|
Unknown | 0 | Battery state could not be determined. |
Charging | 1 | Battery is actively 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. |
Product | Versions |
---|---|
.NET MAUI | 8, 9 |
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
.NET MAUI feedback
.NET MAUI is an open source project. Select a link to provide feedback: