Category: app
GitHub: cute_app.h
The states of power for the application.
Enum | Description |
---|---|
POWER_STATE_ERROR | error determining power status. |
POWER_STATE_UNKNOWN | Cannot determine power status. |
POWER_STATE_ON_BATTERY | Not plugged in and running on battery. |
POWER_STATE_NO_BATTERY | Plugged in with no battery available. |
POWER_STATE_CHARGING | Plugged in and charging battery. |
POWER_STATE_CHARGED | Plugged in and battery is charged. |