public class POBBidsBuilder extends java.lang.Object implements com.pubmatic.sdk.common.base.PMAdBuilding<POBBid>
| Constructor and Description |
|---|
POBBidsBuilder() |
| Modifier and Type | Method and Description |
|---|---|
void |
build(com.pubmatic.sdk.common.ssp.PMAdResponse response) |
void |
setHeight(int height)
Set height to bid if no width is available in build response
|
void |
setListener(com.pubmatic.sdk.common.base.PMAdBuilding.PMAdBuilderListener<POBBid> listener) |
void |
setPartnerName(java.lang.String partnerName)
Used to set partner name to bid, it used when if no partner name is returned in build response
|
void |
setWidth(int width)
Set width to bid if no width is available in build response
|
public void build(@Nullable
com.pubmatic.sdk.common.ssp.PMAdResponse response)
build in interface com.pubmatic.sdk.common.base.PMAdBuilding<POBBid>public void setPartnerName(java.lang.String partnerName)
partnerName - the name of bidding partnerpublic void setWidth(int width)
width - the width of bidding partnerpublic void setHeight(int height)
height - the height of bidding partner