public final class BannerConfiguration extends Object
| Constructor and Description |
|---|
BannerConfiguration()
Constructs new BannerConfguration to be used when creating new
BannerPlacement. |
| Modifier and Type | Method and Description |
|---|---|
int |
getNumberOfWorkers()
Returns the number of ad requests that can be made simultaneously.
|
boolean |
isManualAdSpaceCounting()
Checks if manual adspace counting is enabled.
|
void |
setManualAdSpaceCounting(boolean manualAdSpaceCounting)
Allows to set if manual adspace counting should be used.
|
void |
setNumberOfWorkers(int numberOfWorkers)
Sets the number of ad requests that can be made simultaneously.
|
String |
toString() |
public BannerConfiguration()
BannerPlacement.public boolean isManualAdSpaceCounting()
public void setManualAdSpaceCounting(boolean manualAdSpaceCounting)
manualAdSpaceCounting - Boolean indicating if manual adspace counting should be enabled.public int getNumberOfWorkers()
public void setNumberOfWorkers(int numberOfWorkers)
numberOfWorkers - The number of ad requests that can be made simultaneously. Must be greater than 0.