activationState property
Activation state 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 ACTIVATION_STATE_UNSPECIFIED for physical SIMs and for devices below API level 35.
Output only. Possible string values are:
- "ACTIVATION_STATE_UNSPECIFIED" : Activation state is not specified.
- "ACTIVATED" : The SIM card is activated.
- "NOT_ACTIVATED" : The SIM card is not activated.
Implementation
core.String? activationState;