HomeSp.GetMatchAnyOis Method
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.
Get a list of HomeOIs such that any OI in the list matches an OI in the Roaming Consortium advertised by a hotspot operator.
[Android.Runtime.Register("getMatchAnyOis", "()[J", "", ApiSince=31)]
public long[]? GetMatchAnyOis ();
[<Android.Runtime.Register("getMatchAnyOis", "()[J", "", ApiSince=31)>]
member this.GetMatchAnyOis : unit -> int64[]
Returns
An array of longs containing the HomeOIs
- Attributes
Remarks
Get a list of HomeOIs such that any OI in the list matches an OI in the Roaming Consortium advertised by a hotspot operator.
Java documentation for android.net.wifi.hotspot2.pps.HomeSp.getMatchAnyOis()
.
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.