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