HomeSp.SetMatchAllOis(Int64[]) 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.
Set a list of HomeOIs such that all OIs in the list must match an OI in the Roaming Consortium advertised by a hotspot operator.
[Android.Runtime.Register("setMatchAllOis", "([J)V", "", ApiSince=31)]
public void SetMatchAllOis (long[]? matchAllOis);
[<Android.Runtime.Register("setMatchAllOis", "([J)V", "", ApiSince=31)>]
member this.SetMatchAllOis : int64[] -> unit
Parameters
- matchAllOis
- Int64[]
An array of longs containing the HomeOIs
- Attributes
Remarks
Set a list of HomeOIs such that all OIs in the list must match an OI in the Roaming Consortium advertised by a hotspot operator. The list set by this API will have precedence over #setMatchAnyOis(long[])
, meaning the list set in #setMatchAnyOis(long[])
will only be used for matching if the list set by this API is null or empty.
Java documentation for android.net.wifi.hotspot2.pps.HomeSp.setMatchAllOis(long[])
.
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.