다음을 통해 공유


HomeSp.SetMatchAnyOis(Int64[]) Method

Definition

Set 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("setMatchAnyOis", "([J)V", "", ApiSince=31)]
public void SetMatchAnyOis (long[]? matchAnyOis);
[<Android.Runtime.Register("setMatchAnyOis", "([J)V", "", ApiSince=31)>]
member this.SetMatchAnyOis : int64[] -> unit

Parameters

matchAnyOis
Int64[]

An array of longs containing the HomeOIs

Attributes

Remarks

Set a list of HomeOIs such that any OI in the list matches an OI in the Roaming Consortium advertised by a hotspot operator. The list set by #setMatchAllOis(long[]) will have precedence over this API, meaning this list will only be used for matching if the list set by #setMatchAllOis(long[]) is null or empty.

Java documentation for android.net.wifi.hotspot2.pps.HomeSp.setMatchAnyOis(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