Share via


WifiAwareManager.ResetPairedDevices Method

Definition

Reset all paired devices setup by the caller by DiscoverySession#initiatePairingRequest(PeerHandle, String, int, String) and DiscoverySession#acceptPairingRequest(int, PeerHandle, String, int, String)

[Android.Runtime.Register("resetPairedDevices", "()V", "GetResetPairedDevicesHandler", ApiSince=34)]
[Android.Runtime.RequiresPermission("android.permission.CHANGE_WIFI_STATE")]
public virtual void ResetPairedDevices ();
[<Android.Runtime.Register("resetPairedDevices", "()V", "GetResetPairedDevicesHandler", ApiSince=34)>]
[<Android.Runtime.RequiresPermission("android.permission.CHANGE_WIFI_STATE")>]
abstract member ResetPairedDevices : unit -> unit
override this.ResetPairedDevices : unit -> unit
Attributes

Remarks

Reset all paired devices setup by the caller by DiscoverySession#initiatePairingRequest(PeerHandle, String, int, String) and DiscoverySession#acceptPairingRequest(int, PeerHandle, String, int, String)

Java documentation for android.net.wifi.aware.WifiAwareManager.resetPairedDevices().

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