TelephonyManager.UnsupportedCardId Field

Definition

A UICC card identifier used if the device does not support the operation.

[Android.Runtime.Register("UNSUPPORTED_CARD_ID", ApiSince=29)]
public const int UnsupportedCardId = -1;
[<Android.Runtime.Register("UNSUPPORTED_CARD_ID", ApiSince=29)>]
val mutable UnsupportedCardId : int

Field Value

Value = -1
Attributes

Remarks

A UICC card identifier used if the device does not support the operation. For example, #getCardIdForDefaultEuicc() returns this value if the device has no eUICC, or the eUICC cannot be read.

Java documentation for android.telephony.TelephonyManager.UNSUPPORTED_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