Package com.pubmatic.sdk.common.base
Interface POBBidsProvider
-
- All Implemented Interfaces:
public interface POBBidsProviderBids provider protocol, which is used to provide all the bids and targetting information for all those bids
-
-
Method Summary
Modifier and Type Method Description abstract Map<String, String>getTargetingInfo()Returns targeting info for all the bids abstract IntegergetNbrCode()NBR (No Bid Reason) Status Code -
-
Method Detail
-
getTargetingInfo
@Nullable() abstract Map<String, String> getTargetingInfo()
Returns targeting info for all the bids
- Returns:
Targeting info for all the bids
-
getNbrCode
@Nullable() abstract Integer getNbrCode()
NBR (No Bid Reason) Status Code
- Returns:
Nbr error code
-
-
-
-