deviceInfo property
Type of device information to be requested.
Required. Possible string values are:
- "DEVICE_INFO_UNSPECIFIED" : This value is disallowed.
- "EID" : Request the identifier for eSIM. The user will be asked to approve the disclosure of the information before the result can be returned. If the user doesn't approve the disclosure, USER_DECLINED will be returned. This is supported only for personally owned devices with work profiles and Android versions 13 and above.
Implementation
core.String? deviceInfo;