TelephonyManager.UninitializedCardId Field

Definition

A UICC card identifier used before the UICC card is loaded.

[Android.Runtime.Register("UNINITIALIZED_CARD_ID", ApiSince=29)]
public const int UninitializedCardId = -2;
[<Android.Runtime.Register("UNINITIALIZED_CARD_ID", ApiSince=29)>]
val mutable UninitializedCardId : int

Field Value

Value = -2
Attributes

Remarks

A UICC card identifier used before the UICC card is loaded. See #getCardIdForDefaultEuicc() and UiccCardInfo#getCardId().

Note that once the UICC card is loaded, the card ID may become #UNSUPPORTED_CARD_ID.

Java documentation for android.telephony.TelephonyManager.UNINITIALIZED_CARD_ID.

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