Freigeben über


WifiManager.RemovePasspointConfiguration(String) Method

Definition

Remove the Passpoint configuration identified by its FQDN (Fully Qualified Domain Name) added by the caller.

[Android.Runtime.Register("removePasspointConfiguration", "(Ljava/lang/String;)V", "GetRemovePasspointConfiguration_Ljava_lang_String_Handler", ApiSince=26)]
public virtual void RemovePasspointConfiguration (string? fqdn);
[<Android.Runtime.Register("removePasspointConfiguration", "(Ljava/lang/String;)V", "GetRemovePasspointConfiguration_Ljava_lang_String_Handler", ApiSince=26)>]
abstract member RemovePasspointConfiguration : string -> unit
override this.RemovePasspointConfiguration : string -> unit

Parameters

fqdn
String

The FQDN of the Passpoint configuration added by the caller to be removed

Attributes

Remarks

Remove the Passpoint configuration identified by its FQDN (Fully Qualified Domain Name) added by the caller.

This member is deprecated. This will be non-functional in a future release. <br> Requires android.Manifest.permission.NETWORK_SETTINGS or android.Manifest.permission.NETWORK_CARRIER_PROVISIONING.

Java documentation for android.net.wifi.WifiManager.removePasspointConfiguration(java.lang.String).

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