AvailableNetworkInfo.MccMncs Property
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.
Return List of PLMN ids (MCC-MNC) associated with the sub ID.
public System.Collections.Generic.IList<string> MccMncs { [Android.Runtime.Register("getMccMncs", "()Ljava/util/List;", "", ApiSince=29)] get; }
[<get: Android.Runtime.Register("getMccMncs", "()Ljava/util/List;", "", ApiSince=29)>]
member this.MccMncs : System.Collections.Generic.IList<string>
Property Value
list of PLMN ids
- Attributes
Remarks
Return List of PLMN ids (MCC-MNC) associated with the sub ID. Opportunistic Network Service will scan and verify specified PLMNs are available. If this entry is left empty, then the Opportunistic Network Service will not scan the network to validate the network availability.
Java documentation for android.telephony.AvailableNetworkInfo.getMccMncs()
.
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.