AvailableNetworkInfo.RadioAccessSpecifiers Property

Definition

Returns a list of RadioAccessSpecifier associated with the available network.

public System.Collections.Generic.IList<Android.Telephony.RadioAccessSpecifier> RadioAccessSpecifiers { [Android.Runtime.Register("getRadioAccessSpecifiers", "()Ljava/util/List;", "", ApiSince=33)] get; }
[<get: Android.Runtime.Register("getRadioAccessSpecifiers", "()Ljava/util/List;", "", ApiSince=33)>]
member this.RadioAccessSpecifiers : System.Collections.Generic.IList<Android.Telephony.RadioAccessSpecifier>

Property Value

the access network type associated with the available network.

Attributes

Remarks

Returns a list of RadioAccessSpecifier associated with the available network. Opportunistic network service will use this to determine which bands to scan for.

Java documentation for android.telephony.AvailableNetworkInfo.getRadioAccessSpecifiers().

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