device property

String? device
getter/setter pair

The device where visiting the URL resulted in the error. Possible string values are:

  • "AD_POLICY_TOPIC_EVIDENCE_DESTINATION_NOT_WORKING_DEVICE_TYPE_UNKNOWN" : Not specified or unknown.
  • "DESKTOP" : Desktop device.
  • "ANDROID" : Android device.
  • "IOS" : iOS device.

Implementation

core.String? device;