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

Int32
Attributes

Remarks

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