Class NpsEnableState

Definition

Namespace:
Tizen.Applications.EventManager.SystemEvents
Assembly:
Tizen.Applications.EventManager.dll
API Level:
6

Class for system-event of nps enable state

C#
Copy
public static class NpsEnableState
Inheritance
System.Object
NpsEnableState

Properties

View Source

EventName

Eventname for system-event of nps enable state

Declaration
C#
Copy
public static string EventName { get; }
Property Value
Type Description
System.String
API Level: 6
View Source

StateKey

Key for system-event of nps enable state

Declaration
C#
Copy
public static string StateKey { get; }
Property Value
Type Description
System.String
API Level: 6
View Source

StateValueDisabled

Value of diabled nps enable state

Declaration
C#
Copy
public static string StateValueDisabled { get; }
Property Value
Type Description
System.String
API Level: 6
View Source

StateValueEnabled

Value of enabled nps enable state

Declaration
C#
Copy
public static string StateValueEnabled { get; }
Property Value
Type Description
System.String
API Level: 6