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

Int32
Attributes

Remarks

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