device property
The type of device that failed to load the URL. Possible string values are:
- "UNSPECIFIED" : No value has been specified.
- "UNKNOWN" : The received value is not known in this version. This is a response-only value.
- "DESKTOP" : Landing page doesn't work on desktop device.
- "ANDROID" : Landing page doesn't work on Android device.
- "IOS" : Landing page doesn't work on iOS device.
Implementation
core.String? device;