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