Partager via


WifiConfiguration.IsHomeProviderNetwork Property

Definition

Flag indicating if this network is provided by a home Passpoint provider or a roaming Passpoint provider.

[Android.Runtime.Register("isHomeProviderNetwork", ApiSince=26)]
public bool IsHomeProviderNetwork { get; set; }
[<Android.Runtime.Register("isHomeProviderNetwork", ApiSince=26)>]
member this.IsHomeProviderNetwork : bool with get, set

Property Value

Attributes

Remarks

Flag indicating if this network is provided by a home Passpoint provider or a roaming Passpoint provider. This flag will be true if this network is provided by a home Passpoint provider and false if is provided by a roaming Passpoint provider or is a non-Passpoint network.

Java documentation for android.net.wifi.WifiConfiguration.isHomeProviderNetwork.

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