BannerConfiguration
/**
* The configuration object to be used when creating a banner placement.
*/
class BannerConfiguration {
/**
* The number of ad requests that can be made simultaneously. Must be greater than 0.
*/
var numberOfWorkers = 3
/**
* If manual adspace counting should be used. If manual adspace counting is disabled, adspace is counted on every banner request.
*/
var isManualAdSpaceCounting = false
}
Last updated