Share via


WifiInfo.PasspointFqdn Property

Definition

Returns the Fully Qualified Domain Name of the network if it is a Passpoint network.

public virtual string? PasspointFqdn { [Android.Runtime.Register("getPasspointFqdn", "()Ljava/lang/String;", "GetGetPasspointFqdnHandler", ApiSince=29)] get; }
[<get: Android.Runtime.Register("getPasspointFqdn", "()Ljava/lang/String;", "GetGetPasspointFqdnHandler", ApiSince=29)>]
member this.PasspointFqdn : string

Property Value

Attributes

Remarks

Returns the Fully Qualified Domain Name of the network if it is a Passpoint network.

The FQDN may be <lt>null if no network currently connected, currently connected network is not passpoint network or the caller has insufficient permissions to access the FQDN.</lt>

Java documentation for android.net.wifi.WifiInfo.getPasspointFqdn().

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