Class WifiState

Definition

Namespace:
Tizen.Applications.EventManager.SystemEvents
Assembly:
Tizen.Applications.EventManager.dll

Class for system-event of wifi state

C#
Copy
public static class WifiState
Inheritance
object
WifiState
Remarks

If you want to receive this event, you must declare this privilege.

Properties

View Source

EventName

Eventname for system-event of wifi state

Declaration
C#
Copy
public static string EventName { get; }
Property Value
Type Description
string
Remarks

If you want to receive this event, you must declare this privilege.

View Source

StateKey

Key for system-event of wifi state

Declaration
C#
Copy
public static string StateKey { get; }
Property Value
Type Description
string
Remarks

If you want to receive this event, you must declare this privilege.

View Source

StateValueConnected

Value of connected wifi state

Declaration
C#
Copy
public static string StateValueConnected { get; }
Property Value
Type Description
string
Remarks

If you want to receive this event, you must declare this privilege.

View Source

StateValueOff

Value of off wifi state

Declaration
C#
Copy
public static string StateValueOff { get; }
Property Value
Type Description
string
Remarks

If you want to receive this event, you must declare this privilege.

View Source

StateValueOn

Value of on wifi state

Declaration
C#
Copy
public static string StateValueOn { get; }
Property Value
Type Description
string
Remarks

If you want to receive this event, you must declare this privilege.