HomeSp.SetRoamingConsortiumOis(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 the Organization Identifiers (OIs) identifying a roaming consortium of which this provider is a member.
[Android.Runtime.Register("setRoamingConsortiumOis", "([J)V", "", ApiSince=26)]
public void SetRoamingConsortiumOis (long[]? roamingConsortiumOis);
[<Android.Runtime.Register("setRoamingConsortiumOis", "([J)V", "", ApiSince=26)>]
member this.SetRoamingConsortiumOis : int64[] -> unit
Parameters
- roamingConsortiumOis
- Int64[]
Array of roaming consortium OIs
- Attributes
Remarks
Set the Organization Identifiers (OIs) identifying a roaming consortium of which this provider is a member.
Java documentation for android.net.wifi.hotspot2.pps.HomeSp.setRoamingConsortiumOis(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.