NetworkScanRequest.Plmns Property

Definition

Returns the List of PLMN ids (MCC-MNC) for early termination of scan.

public System.Collections.Generic.IList<string>? Plmns { [Android.Runtime.Register("getPlmns", "()Ljava/util/ArrayList;", "", ApiSince=28)] get; }
[<get: Android.Runtime.Register("getPlmns", "()Ljava/util/ArrayList;", "", ApiSince=28)>]
member this.Plmns : System.Collections.Generic.IList<string>

Property Value

IList<String>
Attributes

Remarks

Java documentation for android.telephony.NetworkScanRequest.getPlmns().

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