Class DisplayState
Definition
- Assembly:
- Tizen.Applications.EventManager.dll
- API Level:
- 6
- Privilege Level:
- public
- Privilege:
- http://tizen.org/privilege/display
Class for system-event of display state
public static class DisplayState
- Inheritance
-
DisplayState
Remarks
If you want to receive this event, you must declare this privilege.
Properties
View SourceEventName
Eventname for system-event of display state
Declaration
public static string EventName { get; }
Property Value
Type | Description |
---|---|
String |
API Level: 6
View SourceStateKey
Key for system-event of display state
Declaration
public static string StateKey { get; }
Property Value
Type | Description |
---|---|
String |
API Level: 6
View SourceStateValueDim
Value of dim display state
Declaration
public static string StateValueDim { get; }
Property Value
Type | Description |
---|---|
String |
API Level: 6
View SourceStateValueNormal
Value of normal display state
Declaration
public static string StateValueNormal { get; }
Property Value
Type | Description |
---|---|
String |
API Level: 6
View SourceStateValueOff
Value of off display state
Declaration
public static string StateValueOff { get; }
Property Value
Type | Description |
---|---|
String |