Class WifiState
Definition
- Assembly:
- Tizen.Applications.EventManager.dll
- API Level:
- 6
- Privilege Level:
- public
- Privilege:
- http://tizen.org/privilege/network.get
Class for system-event of wifi state
public static class WifiState
- Inheritance
-
WifiState
Remarks
If you want to receive this event, you must declare this privilege.
Properties
View SourceEventName
Eventname for system-event of wifi state
Declaration
public static string EventName { get; }
Property Value
Type | Description |
---|---|
String |
API Level: 6
View SourceStateKey
Key for system-event of wifi state
Declaration
public static string StateKey { get; }
Property Value
Type | Description |
---|---|
String |
API Level: 6
View SourceStateValueConnected
Value of connected wifi state
Declaration
public static string StateValueConnected { get; }
Property Value
Type | Description |
---|---|
String |
API Level: 6
View SourceStateValueOff
Value of off wifi state
Declaration
public static string StateValueOff { get; }
Property Value
Type | Description |
---|---|
String |
API Level: 6
View SourceStateValueOn
Value of on wifi state
Declaration
public static string StateValueOn { get; }
Property Value
Type | Description |
---|---|
String |