Class VibrationState

Definition

Namespace:
Tizen.Applications.EventManager.SystemEvents
Assembly:
Tizen.Applications.EventManager.dll

Class for system-event of vibration state

C#
Copy
public static class VibrationState
Inheritance
object
VibrationState

Properties

View Source

EventName

Eventname for system-event of vibration state

Declaration
C#
Copy
public static string EventName { get; }
Property Value
Type Description
string
View Source

StateKey

Key for system-event of vibration state

Declaration
C#
Copy
public static string StateKey { get; }
Property Value
Type Description
string
View Source

StateValueOff

Value vibration state off

Declaration
C#
Copy
public static string StateValueOff { get; }
Property Value
Type Description
string
View Source

StateValueOn

Value vibration state on

Declaration
C#
Copy
public static string StateValueOn { get; }
Property Value
Type Description
string