WifiManager.PasspointConfigurations 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.
Return the list of installed Passpoint configurations added by the caller.
public virtual System.Collections.Generic.IList<Android.Net.Wifi.Hotspot2.PasspointConfiguration>? PasspointConfigurations { [Android.Runtime.Register("getPasspointConfigurations", "()Ljava/util/List;", "GetGetPasspointConfigurationsHandler", ApiSince=26)] get; }
[<get: Android.Runtime.Register("getPasspointConfigurations", "()Ljava/util/List;", "GetGetPasspointConfigurationsHandler", ApiSince=26)>]
member this.PasspointConfigurations : System.Collections.Generic.IList<Android.Net.Wifi.Hotspot2.PasspointConfiguration>
Property Value
A list of PasspointConfiguration
added by the caller
- Attributes
Remarks
Return the list of installed Passpoint configurations added by the caller.
An empty list will be returned when no configurations are installed.
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_SETUP_WIZARD
.
Java documentation for android.net.wifi.WifiManager.getPasspointConfigurations()
.
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.