deviceType property

String? deviceType
getter/setter pair

Type of the device.

Optional. Possible string values are:

  • "DEVICE_TYPE_UNSPECIFIED" : The device type isn't specified.
  • "WEB" : A desktop web browser, such as, Chrome, Firefox, Safari, or Internet Explorer)
  • "MOBILE_WEB" : A mobile device web browser, such as a phone or tablet with a Chrome browser.
  • "ANDROID" : An Android device native application.
  • "IOS" : An iOS device native application.
  • "BOT" : A bot, as opposed to a device operated by human beings, such as a web crawler.
  • "OTHER" : Other devices types.

Implementation

core.String? deviceType;