Share via


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

Attributes

Remarks

Returns the List of PLMN ids (MCC-MNC) for early termination of scan. If any PLMN of this list is found, search should end at that point and results with all PLMN found till that point should be sent as response.

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