Class SilentMode
Definition
- Namespace:
- Tizen.Applications.EventManager.SystemEvents
- Assembly:
- Tizen.Applications.EventManager.dll
Class for system-event of silent mode
public static class SilentMode
- Inheritance
-
objectSilentMode
Properties
View SourceEventName
Event for system-event of silent mode
Declaration
public static string EventName { get; }
Property Value
Type | Description |
---|---|
string |
Key
Key for system-event of silent mode
Declaration
public static string Key { get; }
Property Value
Type | Description |
---|---|
string |
ValueOff
Value of silent mode off
Declaration
public static string ValueOff { get; }
Property Value
Type | Description |
---|---|
string |
ValueOn
Value of silent mode on
Declaration
public static string ValueOn { get; }
Property Value
Type | Description |
---|---|
string |