Language

AvailableNetworkInfo.Builder.SetMccMncs(IList<String>) Method

Definition

Sets the list of mccmncs associated with the subscription id.

[Android.Runtime.Register("setMccMncs", "(Ljava/util/List;)Landroid/telephony/AvailableNetworkInfo$Builder;", "", ApiSince=33)]
public Android.Telephony.AvailableNetworkInfo.Builder SetMccMncs(System.Collections.Generic.IList<string> mccMncs);
[<Android.Runtime.Register("setMccMncs", "(Ljava/util/List;)Landroid/telephony/AvailableNetworkInfo$Builder;", "", ApiSince=33)>]
member this.SetMccMncs : System.Collections.Generic.IList<string> -> Android.Telephony.AvailableNetworkInfo.Builder

Parameters

mccMncs
IList<String>

nonull list of mccmncs. An empty List is still accepted. Please read documentation in AvailableNetworkInfo to see consequences of an empty List. This value cannot be null.

Returns

the original Builder object. This value cannot be null.

Attributes

Remarks

Sets the list of mccmncs associated with the subscription id.

Android reference for android.telephony.AvailableNetworkInfo.Builder.setMccMncs.

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