device property

String? device
getter/setter pair

The device type. Possible string values are:

  • "UNSPECIFIED" : Not specified.
  • "UNKNOWN" : The value is unknown in this version.
  • "MOBILE" : Mobile devices with full browsers.
  • "TABLET" : Tablets with full browsers.
  • "DESKTOP" : Computers.
  • "CONNECTED_TV" : Smart TVs and game consoles.
  • "OTHER" : Other device types.

Implementation

core.String? device;