Enum BatteryLevelStatus

Definition

Namespace:
Tizen.System
Assembly:
Tizen.System.dll
API Level:
3

Enumeration for the battery levels.

C#
Copy
public enum BatteryLevelStatus
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.