Class DisplayState

Definition

Namespace:
Tizen.Applications.EventManager.SystemEvents
Assembly:
Tizen.Applications.EventManager.dll
API Level:
6
Privilege Level:
public
Privilege:
http://tizen.org/privilege/display

Class for system-event of display state

C#
Copy
public static class DisplayState
Inheritance
System.Object
DisplayState
Remarks

If you want to receive this event, you must declare this privilege.

Properties

View Source

EventName

Eventname for system-event of display state

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

StateKey

Key for system-event of display state

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

StateValueDim

Value of dim display state

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

StateValueNormal

Value of normal display state

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

StateValueOff

Value of off display state

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