Class BatteryLevelStatus
Definition
- Namespace:
- Tizen.Applications.EventManager.SystemEvents
- Assembly:
- Tizen.Applications.EventManager.dll
Class for system-event of battery level status
public static class BatteryLevelStatus
- Inheritance
-
objectBatteryLevelStatus
Properties
View SourceEventName
Eventname for system-event of battery level status
Declaration
public static string EventName { get; }
Property Value
Type | Description |
---|---|
string |
StatusKey
Key for system-event of battery level status
Declaration
public static string StatusKey { get; }
Property Value
Type | Description |
---|---|
string |
StatusValueCritical
Value of critical battery level status
Declaration
public static string StatusValueCritical { get; }
Property Value
Type | Description |
---|---|
string |
StatusValueEmpty
Value of empty battery level status
Declaration
public static string StatusValueEmpty { get; }
Property Value
Type | Description |
---|---|
string |
StatusValueFull
Value of full battery level status
Declaration
public static string StatusValueFull { get; }
Property Value
Type | Description |
---|---|
string |
StatusValueHigh
Value of high battery level status
Declaration
public static string StatusValueHigh { get; }
Property Value
Type | Description |
---|---|
string |
StatusValueLow
Value of low battery level status
Declaration
public static string StatusValueLow { get; }
Property Value
Type | Description |
---|---|
string |