Class BatteryLevelStatus
Definition
- Assembly:
- Tizen.Applications.EventManager.dll
- API Level:
- 6
Class for system-event of battery level status
public static class BatteryLevelStatus
- Inheritance
-
BatteryLevelStatus
Properties
View SourceEventName
Eventname for system-event of battery level status
Declaration
public static string EventName { get; }
Property Value
Type | Description |
---|---|
String |
API Level: 6
View SourceStatusKey
Key for system-event of battery level status
Declaration
public static string StatusKey { get; }
Property Value
Type | Description |
---|---|
String |
API Level: 6
View SourceStatusValueCritical
Value of critical battery level status
Declaration
public static string StatusValueCritical { get; }
Property Value
Type | Description |
---|---|
String |
API Level: 6
View SourceStatusValueEmpty
Value of empty battery level status
Declaration
public static string StatusValueEmpty { get; }
Property Value
Type | Description |
---|---|
String |
API Level: 6
View SourceStatusValueFull
Value of full battery level status
Declaration
public static string StatusValueFull { get; }
Property Value
Type | Description |
---|---|
String |
API Level: 6
View SourceStatusValueHigh
Value of high battery level status
Declaration
public static string StatusValueHigh { get; }
Property Value
Type | Description |
---|---|
String |
API Level: 6
View SourceStatusValueLow
Value of low battery level status
Declaration
public static string StatusValueLow { get; }
Property Value
Type | Description |
---|---|
String |