Android.Net.Wifi.WifiManager.NetworkStateChangedAction Field
Broadcast intent action indicating that the state of Wi-Fi connectivity has changed.

Syntax

[Android.Runtime.Register("NETWORK_STATE_CHANGED_ACTION")]
public const string NetworkStateChangedAction

See Also

WifiManager.ExtraNetworkInfo
WifiManager.ExtraBssid
WifiManager.ExtraWifiInfo

Remarks

Broadcast intent action indicating that the state of Wi-Fi connectivity has changed. One extra provides the new state in the form of a Android.Net.NetworkInfo object. If the new state is CONNECTED, additional extras may provide the BSSID and WifiInfo of the access point. as a String.

[Android Documentation]

Requirements

Namespace: Android.Net.Wifi
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1