Class NetworkStatus
Definition
- Assembly:
- Tizen.Applications.EventManager.dll
- API Level:
- 6
Class for system-event of network status
public static class NetworkStatus
- Inheritance
-
NetworkStatus
Properties
View SourceEventName
Eventname for system-event of network status
Declaration
public static string EventName { get; }
Property Value
Type | Description |
---|---|
String |
API Level: 6
View SourceStatusKey
Key for system-event of network status
Declaration
public static string StatusKey { get; }
Property Value
Type | Description |
---|---|
String |
API Level: 6
View SourceStatusValueBt
Value of bt network status
Declaration
public static string StatusValueBt { get; }
Property Value
Type | Description |
---|---|
String |
API Level: 6
View SourceStatusValueCellular
Value of cellular network status
Declaration
public static string StatusValueCellular { get; }
Property Value
Type | Description |
---|---|
String |
API Level: 6
View SourceStatusValueDisconnected
Value of disconnected network status
Declaration
public static string StatusValueDisconnected { get; }
Property Value
Type | Description |
---|---|
String |
API Level: 6
View SourceStatusValueEthernet
Value of ethernet network status
Declaration
public static string StatusValueEthernet { get; }
Property Value
Type | Description |
---|---|
String |
API Level: 6
View SourceStatusValueNetProxy
Value of net proxy network status
Declaration
public static string StatusValueNetProxy { get; }
Property Value
Type | Description |
---|---|
String |
API Level: 6
View SourceStatusValueWifi
Value of wifi network status
Declaration
public static string StatusValueWifi { get; }
Property Value
Type | Description |
---|---|
String |