WifiManager.IsWifiPasspointEnabled Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
If the device supports Wi-Fi Passpoint, the user can explicitly enable or disable it.
public virtual bool IsWifiPasspointEnabled { [Android.Runtime.Register("isWifiPasspointEnabled", "()Z", "GetIsWifiPasspointEnabledHandler", ApiSince=33)] [Android.Runtime.RequiresPermission("android.permission.ACCESS_WIFI_STATE")] get; }
[<get: Android.Runtime.Register("isWifiPasspointEnabled", "()Z", "GetIsWifiPasspointEnabledHandler", ApiSince=33)>]
[<get: Android.Runtime.RequiresPermission("android.permission.ACCESS_WIFI_STATE")>]
member this.IsWifiPasspointEnabled : bool
Property Value
true
if Wi-Fi Passpoint is enabled
- Attributes
Remarks
If the device supports Wi-Fi Passpoint, the user can explicitly enable or disable it. That status can be queried using this method.
Java documentation for android.net.wifi.WifiManager.isWifiPasspointEnabled()
.
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.