Class BatteryChargerStatus
Definition
- Assembly:
- Tizen.Applications.EventManager.dll
- API Level:
- 6
Class for system-event of battery charger status
public static class BatteryChargerStatus
- Inheritance
-
BatteryChargerStatus
Properties
View SourceEventName
Eventname for system-event of battery charger status
Declaration
public static string EventName { get; }
Property Value
Type | Description |
---|---|
String |
API Level: 6
View SourceStatusKey
Key for system-event of battery charger status
Declaration
public static string StatusKey { get; }
Property Value
Type | Description |
---|---|
String |
API Level: 6
View SourceStatusValueCharging
Value of charing battery charger
Declaration
public static string StatusValueCharging { get; }
Property Value
Type | Description |
---|---|
String |
API Level: 6
View SourceStatusValueConnected
Value of connected battery charger
Declaration
public static string StatusValueConnected { get; }
Property Value
Type | Description |
---|---|
String |
API Level: 6
View SourceStatusValueDischarging
Value of discharging battery charger
Declaration
public static string StatusValueDischarging { get; }
Property Value
Type | Description |
---|---|
String |
API Level: 6
View SourceStatusValueDisconnected
Value of disconnected battery charger
Declaration
public static string StatusValueDisconnected { get; }
Property Value
Type | Description |
---|---|
String |