Share via


WifiP2pManager.ActionWifiP2pRequestResponseChanged Field

Definition

Broadcast intent action indicating whether or not current connecting request is accepted.

[Android.Runtime.Register("ACTION_WIFI_P2P_REQUEST_RESPONSE_CHANGED", ApiSince=33)]
public const string ActionWifiP2pRequestResponseChanged;
[<Android.Runtime.Register("ACTION_WIFI_P2P_REQUEST_RESPONSE_CHANGED", ApiSince=33)>]
val mutable ActionWifiP2pRequestResponseChanged : string

Field Value

Attributes

Remarks

Broadcast intent action indicating whether or not current connecting request is accepted.

The connecting request is initiated by #connect(Channel, WifiP2pConfig, ActionListener).

The #EXTRA_REQUEST_RESPONSE extra indicates whether or not current request is accepted or rejected.

The #EXTRA_REQUEST_CONFIG extra indicates the responsed configuration.

Java documentation for android.net.wifi.p2p.WifiP2pManager.ACTION_WIFI_P2P_REQUEST_RESPONSE_CHANGED.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to