TelephonyManager.SimSpecificCarrierId Property

Definition

Returns fine-grained carrier ID of the current subscription.

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

Property Value

Int32

Returns fine-grained 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.getSimSpecificCarrierId().

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