Android.Net.Wifi.P2p.WifiP2pManager.WifiP2pConnectionChangedAction Field
Broadcast intent action indicating that the state of Wi-Fi p2p connectivity has changed.

Syntax

[Android.Runtime.Register("WIFI_P2P_CONNECTION_CHANGED_ACTION")]
public const string WifiP2pConnectionChangedAction

See Also

WifiP2pManager.ExtraWifiP2pInfo
WifiP2pManager.ExtraNetworkInfo
WifiP2pManager.ExtraWifiP2pGroup

Remarks

Broadcast intent action indicating that the state of Wi-Fi p2p connectivity has changed. One extra WifiP2pManager.ExtraWifiP2pInfo provides the p2p connection info in the form of a Android.Net.Wifi.P2p.WifiP2pInfo object. Another extra WifiP2pManager.ExtraNetworkInfo provides the network info in the form of a Android.Net.NetworkInfo. A third extra provides the details of the group.

[Android Documentation]

Requirements

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