Share via


UiccCardInfo.CardId Property

Definition

Get the card ID of the UICC.

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

Property Value

Attributes

Remarks

Get the card ID of the UICC. See TelephonyManager#getCardIdForDefaultEuicc() for more details on card ID.

Java documentation for android.telephony.UiccCardInfo.getCardId().

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