TelephonyManager.CardIdForDefaultEuicc Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Get the card ID of the default eUICC card.
public virtual int CardIdForDefaultEuicc { [Android.Runtime.Register("getCardIdForDefaultEuicc", "()I", "GetGetCardIdForDefaultEuiccHandler", ApiSince=29)] get; }
[<get: Android.Runtime.Register("getCardIdForDefaultEuicc", "()I", "GetGetCardIdForDefaultEuiccHandler", ApiSince=29)>]
member this.CardIdForDefaultEuicc : int
Property Value
card ID of the default eUICC card, if loaded.
- Attributes
Remarks
Get the card ID of the default eUICC card. If the eUICCs have not yet been loaded, returns #UNINITIALIZED_CARD_ID
. If there is no eUICC or the device does not support card IDs for eUICCs, returns #UNSUPPORTED_CARD_ID
.
The card ID is a unique identifier associated with a UICC or eUICC card. Card IDs are unique to a device, and always refer to the same UICC or eUICC card unless the device goes through a factory reset.
Java documentation for android.telephony.TelephonyManager.getCardIdForDefaultEuicc()
.
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.