Class DisplayState
Definition
- Namespace:
- Tizen.Applications.EventManager.SystemEvents
- Assembly:
- Tizen.Applications.EventManager.dll
Class for system-event of display state
public static class DisplayState
- Inheritance
-
objectDisplayState
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 |
Remarks
If you want to receive this event, you must declare this privilege.
StateKey
Key for system-event of display state
Declaration
public static string StateKey { get; }
Property Value
Type | Description |
---|---|
string |
Remarks
If you want to receive this event, you must declare this privilege.
StateValueDim
Value of dim display state
Declaration
public static string StateValueDim { get; }
Property Value
Type | Description |
---|---|
string |
Remarks
If you want to receive this event, you must declare this privilege.
StateValueNormal
Value of normal display state
Declaration
public static string StateValueNormal { get; }
Property Value
Type | Description |
---|---|
string |
Remarks
If you want to receive this event, you must declare this privilege.
StateValueOff
Value of off display state
Declaration
public static string StateValueOff { get; }
Property Value
Type | Description |
---|---|
string |
Remarks
If you want to receive this event, you must declare this privilege.