Class NpsEnableState
Definition
- Namespace:
- Tizen.Applications.EventManager.SystemEvents
- Assembly:
- Tizen.Applications.EventManager.dll
Class for system-event of nps enable state
public static class NpsEnableState
- Inheritance
-
objectNpsEnableState
Properties
View SourceEventName
Eventname for system-event of nps enable state
Declaration
public static string EventName { get; }
Property Value
Type | Description |
---|---|
string |
StateKey
Key for system-event of nps enable state
Declaration
public static string StateKey { get; }
Property Value
Type | Description |
---|---|
string |
StateValueDisabled
Value of diabled nps enable state
Declaration
public static string StateValueDisabled { get; }
Property Value
Type | Description |
---|---|
string |
StateValueEnabled
Value of enabled nps enable state
Declaration
public static string StateValueEnabled { get; }
Property Value
Type | Description |
---|---|
string |