configMode property
The configuration mode of the SIM card on the device.
This is applicable for eSIMs only. This is supported on all devices for API level 35 and above. This is always CONFIG_MODE_UNSPECIFIED for physical SIMs and for devices below API level 35.
Output only. Possible string values are:
- "CONFIG_MODE_UNSPECIFIED" : The configuration mode is unspecified.
- "ADMIN_CONFIGURED" : The admin has configured this SIM.
- "USER_CONFIGURED" : The user has configured this SIM.
Implementation
core.String? configMode;