Class BatteryChargerStatus

Definition

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

Class for system-event of battery charger status

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

Properties

View Source

EventName

Eventname for system-event of battery charger 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 charger status

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

StatusValueCharging

Value of charing battery charger

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

StatusValueConnected

Value of connected battery charger

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

StatusValueDischarging

Value of discharging battery charger

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

StatusValueDisconnected

Value of disconnected battery charger

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