TelephonyManager.CarrierIdFromSimMccMnc Property

Definition

Returns carrier id based on sim MCCMNC (returned by #getSimOperator()) only.

public virtual int CarrierIdFromSimMccMnc { [Android.Runtime.Register("getCarrierIdFromSimMccMnc", "()I", "GetGetCarrierIdFromSimMccMncHandler", ApiSince=29)] get; }
[<get: Android.Runtime.Register("getCarrierIdFromSimMccMnc", "()I", "GetGetCarrierIdFromSimMccMncHandler", ApiSince=29)>]
member this.CarrierIdFromSimMccMnc : int

Property Value

Int32

matching carrier id from sim MCCMNC. Return #UNKNOWN_CARRIER_ID if the subscription is unavailable or the carrier cannot be identified.

Attributes

Remarks

Java documentation for android.telephony.TelephonyManager.getCarrierIdFromSimMccMnc().

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