Class NetworkStatus
Definition
- Namespace:
- Tizen.Applications.EventManager.SystemEvents
- Assembly:
- Tizen.Applications.EventManager.dll
Class for system-event of network status
public static class NetworkStatus
- Inheritance
-
objectNetworkStatus
Properties
View SourceEventName
Eventname for system-event of network status
Declaration
public static string EventName { get; }
Property Value
Type | Description |
---|---|
string |
StatusKey
Key for system-event of network status
Declaration
public static string StatusKey { get; }
Property Value
Type | Description |
---|---|
string |
StatusValueBt
Value of bt network status
Declaration
public static string StatusValueBt { get; }
Property Value
Type | Description |
---|---|
string |
StatusValueCellular
Value of cellular network status
Declaration
public static string StatusValueCellular { get; }
Property Value
Type | Description |
---|---|
string |
StatusValueDisconnected
Value of disconnected network status
Declaration
public static string StatusValueDisconnected { get; }
Property Value
Type | Description |
---|---|
string |
StatusValueEthernet
Value of ethernet network status
Declaration
public static string StatusValueEthernet { get; }
Property Value
Type | Description |
---|---|
string |
StatusValueNetProxy
Value of net proxy network status
Declaration
public static string StatusValueNetProxy { get; }
Property Value
Type | Description |
---|---|
string |
StatusValueWifi
Value of wifi network status
Declaration
public static string StatusValueWifi { get; }
Property Value
Type | Description |
---|---|
string |