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