RuleDeviceType

  • Rules can be applied to various device types including computers, connected TVs, smartphones, tablets, connected devices, and set-top boxes.

  • A default value of RULE_DEVICE_TYPE_UNSPECIFIED is used when no specific device type is selected, serving as a placeholder and not a real device type option.

The supported device types for rules.

Enums
RULE_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.
RULE_DEVICE_TYPE_COMPUTER Computer.
RULE_DEVICE_TYPE_CONNECTED_TV Connected TV.
RULE_DEVICE_TYPE_SMART_PHONE Smart phone.
RULE_DEVICE_TYPE_TABLET Tablet.
RULE_DEVICE_TYPE_CONNECTED_DEVICE Connected device.
RULE_DEVICE_TYPE_SET_TOP_BOX Set top box.