Class SilentMode

Definition

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

Class for system-event of silent mode

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

Properties

View Source

EventName

Event for system-event of silent mode

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

Key

Key for system-event of silent mode

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

ValueOff

Value of silent mode off

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

ValueOn

Value of silent mode on

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