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