Android.Telephony.TelephonyManager.NetworkCountryIso Property
Returns the ISO country code equivalent of the current registered operator's MCC (Mobile Country Code).

Syntax

[get: Android.Runtime.Register("getNetworkCountryIso", "()Ljava/lang/String;", "GetGetNetworkCountryIsoHandler")]
public virtual string NetworkCountryIso { get; }

Value

Documentation for this section has not yet been entered.

Remarks

Returns the ISO country code equivalent of the current registered operator's MCC (Mobile Country Code).

Availability: Only when user is registered to a network. Result may be unreliable on CDMA networks (use TelephonyManager.PhoneType to determine if on a CDMA network).

[Android Documentation]

Requirements

Namespace: Android.Telephony
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1