Class VibrationState
Definition
- Namespace:
- Tizen.Applications.EventManager.SystemEvents
- Assembly:
- Tizen.Applications.EventManager.dll
Class for system-event of vibration state
public static class VibrationState
- Inheritance
-
objectVibrationState
Properties
View SourceEventName
Eventname for system-event of vibration state
Declaration
public static string EventName { get; }
Property Value
Type | Description |
---|---|
string |
StateKey
Key for system-event of vibration state
Declaration
public static string StateKey { get; }
Property Value
Type | Description |
---|---|
string |
StateValueOff
Value vibration state off
Declaration
public static string StateValueOff { get; }
Property Value
Type | Description |
---|---|
string |
StateValueOn
Value vibration state on
Declaration
public static string StateValueOn { get; }
Property Value
Type | Description |
---|---|
string |