Class MobileDataState
Definition
- Namespace:
- Tizen.Applications.EventManager.SystemEvents
- Assembly:
- Tizen.Applications.EventManager.dll
Class for system-event of mobile data state
public static class MobileDataState
- Inheritance
-
objectMobileDataState
Properties
View SourceEventName
Eventname for system-event of mobile data state
Declaration
public static string EventName { get; }
Property Value
Type | Description |
---|---|
string |
StateKey
Key for system-event of mobile data state
Declaration
public static string StateKey { get; }
Property Value
Type | Description |
---|---|
string |
StateValueOff
Value of mobile data state off
Declaration
public static string StateValueOff { get; }
Property Value
Type | Description |
---|---|
string |
StateValueOn
Value of mobile data state on
Declaration
public static string StateValueOn { get; }
Property Value
Type | Description |
---|---|
string |