Freigeben über


WifiInfo.PasspointProviderFriendlyName Property

Definition

Returns the Provider Friendly Name of the network if it is a Passpoint network.

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

Property Value

Attributes

Remarks

Returns the Provider Friendly Name of the network if it is a Passpoint network.

The Provider Friendly Name 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 Provider Friendly Name. </lt>

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

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