CellIdentityLte.Mcc 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.
This member is deprecated.
public int Mcc { [Android.Runtime.Register("getMcc", "()I", "")] get; }
[<get: Android.Runtime.Register("getMcc", "()I", "")>]
member this.Mcc : int
Property Value
3-digit Mobile Country Code, 0..999,
android.telephony.CellInfo#UNAVAILABLE UNAVAILABLE
if unavailable.
- Attributes
Remarks
This member is deprecated. Use #getMccString
instead.
Java documentation for android.telephony.CellIdentityLte.getMcc()
.
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.