共用方式為


TelephonyManager.UnsupportedCardId 欄位

定義

裝置不支援作業時使用的 UICC 卡片識別碼。

[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

欄位值

Value = -1
屬性

備註

裝置不支援作業時使用的 UICC 卡片識別碼。 例如, #getCardIdForDefaultEuicc() 如果裝置沒有 eUICC,或無法讀取 eUICC,則傳回此值。

android.telephony.TelephonyManager.UNSUPPORTED_CARD_IDJava 檔。

此頁面的部分是根據 Android 開放原始碼專案所建立和共用的工作進行修改,並根據 Creative Commons 2.5 屬性授權中所述的詞彙使用。

適用於