deviceType property

String? deviceType
getter/setter pair

The device type that is used to be targeted.

Output only. Possible string values are:

  • "DEVICE_TYPE_UNSPECIFIED" : Default value when device type is not specified in this version. This enum is a placeholder for default value and does not represent a real device type option.
  • "DEVICE_TYPE_COMPUTER" : Computer.
  • "DEVICE_TYPE_CONNECTED_TV" : Connected TV.
  • "DEVICE_TYPE_SMART_PHONE" : Smart phone.
  • "DEVICE_TYPE_TABLET" : Tablet.

Implementation

core.String? deviceType;