includedPlatforms property

List<String>? includedPlatforms
getter/setter pair

The platforms included by this configration.

Bid requests for devices with the specified platform types will be sent. An unset value allows all bid requests to be sent, regardless of platform.

Implementation

core.List<core.String>? includedPlatforms;