Class WifiState
Definition
- Namespace:
- Tizen.Applications.EventManager.SystemEvents
- Assembly:
- Tizen.Applications.EventManager.dll
Class for system-event of wifi state
C#Copypublic static class WifiState
- Inheritance
-
objectWifiState
Remarks
If you want to receive this event, you must declare this privilege.
Properties
Declaration
C#Copypublic static string EventName { get; }
Property Value
Type | Description |
---|---|
string |
Remarks
If you want to receive this event, you must declare this privilege.
Declaration
C#Copypublic static string StateKey { get; }
Property Value
Type | Description |
---|---|
string |
Remarks
If you want to receive this event, you must declare this privilege.
Declaration
C#Copypublic static string StateValueConnected { get; }
Property Value
Type | Description |
---|---|
string |
Remarks
If you want to receive this event, you must declare this privilege.
Declaration
C#Copypublic static string StateValueOff { get; }
Property Value
Type | Description |
---|---|
string |
Remarks
If you want to receive this event, you must declare this privilege.
Declaration
C#Copypublic static string StateValueOn { get; }
Property Value
Type | Description |
---|---|
string |
Remarks
If you want to receive this event, you must declare this privilege.