Enum BatteryLevelStatus
Definition
- Assembly:
- Tizen.System.dll
Enumeration for the battery levels.
public enum BatteryLevelStatus
Fields
Name | Description |
---|---|
Critical | The battery charge is at a critical state. You may have to stop using the multimedia features, because they are not guaranteed to work correctly with this battery status. |
Empty | The battery goes empty. Prepare for the safe termination of the application, because the device starts a shutdown process soon after entering this level. |
Full | The battery status is fully charged. It means no more charge. |
High | The battery status is not to be careful. |
Low | The battery has little charge left. |