다음을 통해 공유


WifiConfiguration.RoamingConsortiumIds Property

Definition

Roaming Consortium Id list for Passpoint credential; identifies a set of networks where Passpoint credential will be considered valid

[Android.Runtime.Register("roamingConsortiumIds", ApiSince=23)]
public System.Collections.Generic.IList<long>? RoamingConsortiumIds { get; set; }
[<Android.Runtime.Register("roamingConsortiumIds", ApiSince=23)>]
member this.RoamingConsortiumIds : System.Collections.Generic.IList<int64> with get, set

Property Value

Attributes

Remarks

Roaming Consortium Id list for Passpoint credential; identifies a set of networks where Passpoint credential will be considered valid

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

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