AvailableNetworkInfo.Builder.SetRadioAccessSpecifiers 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.
Sets the list of mccmncs associated with the subscription id.
[Android.Runtime.Register("setRadioAccessSpecifiers", "(Ljava/util/List;)Landroid/telephony/AvailableNetworkInfo$Builder;", "", ApiSince=33)]
public Android.Telephony.AvailableNetworkInfo.Builder SetRadioAccessSpecifiers(System.Collections.Generic.IList<Android.Telephony.RadioAccessSpecifier> radioAccessSpecifiers);
[<Android.Runtime.Register("setRadioAccessSpecifiers", "(Ljava/util/List;)Landroid/telephony/AvailableNetworkInfo$Builder;", "", ApiSince=33)>]
member this.SetRadioAccessSpecifiers : System.Collections.Generic.IList<Android.Telephony.RadioAccessSpecifier> -> Android.Telephony.AvailableNetworkInfo.Builder
Parameters
- radioAccessSpecifiers
- IList<RadioAccessSpecifier>
nonull list of radioAccessSpecifiers. 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.setRadioAccessSpecifiers.
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.