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" : The device type is computer.
  • "DEVICE_TYPE_CONNECTED_TV" : The device type is connected TV.
  • "DEVICE_TYPE_SMART_PHONE" : The device type is smart phone..
  • "DEVICE_TYPE_TABLET" : The device type is tablet.

Implementation

core.String? deviceType;