TelephonyManager.SimCarrierId Property

Definition

Returns carrier id of the current subscription.

public virtual int SimCarrierId { [Android.Runtime.Register("getSimCarrierId", "()I", "GetGetSimCarrierIdHandler", ApiSince=28)] get; }
[<get: Android.Runtime.Register("getSimCarrierId", "()I", "GetGetSimCarrierIdHandler", ApiSince=28)>]
member this.SimCarrierId : int

Property Value

Int32

Carrier id of the current subscription. Return #UNKNOWN_CARRIER_ID if the subscription is unavailable or the carrier cannot be identified.

Attributes

Remarks

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

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