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