Class BatteryLevelStatus

Definition

Namespace:
Tizen.Applications.EventManager.SystemEvents
Assembly:
Tizen.Applications.EventManager.dll
API Level:
6

Class for system-event of battery level status

C#
Copy
public static class BatteryLevelStatus
Inheritance
System.Object
BatteryLevelStatus

Properties

View Source

EventName

Eventname for system-event of battery level status

Declaration
C#
Copy
public static string EventName { get; }
Property Value
Type Description
System.String
API Level: 6
View Source

StatusKey

Key for system-event of battery level status

Declaration
C#
Copy
public static string StatusKey { get; }
Property Value
Type Description
System.String
API Level: 6
View Source

StatusValueCritical

Value of critical battery level status

Declaration
C#
Copy
public static string StatusValueCritical { get; }
Property Value
Type Description
System.String
API Level: 6
View Source

StatusValueEmpty

Value of empty battery level status

Declaration
C#
Copy
public static string StatusValueEmpty { get; }
Property Value
Type Description
System.String
API Level: 6
View Source

StatusValueFull

Value of full battery level status

Declaration
C#
Copy
public static string StatusValueFull { get; }
Property Value
Type Description
System.String
API Level: 6
View Source

StatusValueHigh

Value of high battery level status

Declaration
C#
Copy
public static string StatusValueHigh { get; }
Property Value
Type Description
System.String
API Level: 6
View Source

StatusValueLow

Value of low battery level status

Declaration
C#
Copy
public static string StatusValueLow { get; }
Property Value
Type Description
System.String
API Level: 6