Condividi tramite


HomeSp.SetMatchAllOis(Int64[]) Method

Definition

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.

Applies to