Skip navigation links
A C G M P S 

A

addBannerRendererInstantiator(String, POBBannerRendererInstantiator) - Method in class com.pubmatic.sdk.openwrapbidder.POBPartnerManager
Stores banner renderer instantiator in a map against bidder id.
addBidderInstantiator(String, POBBidderInstanstiator<POBBid>) - Method in class com.pubmatic.sdk.openwrapbidder.POBPartnerManager
Stores bidder instantiator in a map against bidder id.
addInterstitialRendererInstantiator(String, POBInterstitialRendererInstantiator) - Method in class com.pubmatic.sdk.openwrapbidder.POBPartnerManager
Stores interstitial renderer instantiator in a map against bidder id.
addTrackerHandlerInstantiator(String, POBTrackerInstantiator) - Method in class com.pubmatic.sdk.openwrapbidder.POBPartnerManager
Stores tracker handler instantiator in a map against bidder id.
adjustedPrice(float) - Method in class com.pubmatic.sdk.openwrapbidder.POBPriceBucket
Returns the largest (closest to positive infinity)
adjustedPriceWithAuto(float) - Method in class com.pubmatic.sdk.openwrapbidder.POBPriceGranularityManager
Returns the adjusted bid price using `auto` config

C

com.pubmatic.sdk.openwrapbidder - package com.pubmatic.sdk.openwrapbidder
 

G

getAuction() - Method in class com.pubmatic.sdk.openwrapbidder.POBPartnerManager
 
getBannerRenderer(Context, POBPartnerInfo) - Method in interface com.pubmatic.sdk.openwrapbidder.POBBannerRendererInstantiator
Return's banner renderer for associated bidder
getBannerRenderer(Context, POBPartnerInfo) - Method in class com.pubmatic.sdk.openwrapbidder.POBPartnerManager
 
getBidder(Context, POBAdRequest, POBPartnerInfo) - Method in class com.pubmatic.sdk.openwrapbidder.POBPartnerManager
 
getBidderInstance(Context, POBAdRequest, POBPartnerInfo) - Method in interface com.pubmatic.sdk.openwrapbidder.POBBidderInstanstiator
Instantiate and returns bidder object based on slot info and ad request parameters.
getInterstitialRenderer(Context, POBPartnerInfo) - Method in interface com.pubmatic.sdk.openwrapbidder.POBInterstitialRendererInstantiator
Return's interstitial renderer for associated bidder
getInterstitialRenderer(Context, POBPartnerInfo) - Method in class com.pubmatic.sdk.openwrapbidder.POBPartnerManager
 
getTrackerHandler(List<POBBid>, POBPartnerInfo, POBNetworkHandler) - Method in class com.pubmatic.sdk.openwrapbidder.POBPartnerManager
 
getTrackerHandler(POBNetworkHandler, List<POBBid>, POBPartnerInfo) - Method in interface com.pubmatic.sdk.openwrapbidder.POBTrackerInstantiator
Return's tracker handler for associated bidder

M

matches(float) - Method in class com.pubmatic.sdk.openwrapbidder.POBPriceBucket
 

P

POBBannerRendererInstantiator - Interface in com.pubmatic.sdk.openwrapbidder
This interface provisions to create banner renderer instances lazily
POBBidderInstanstiator<T extends com.pubmatic.sdk.openwrap.core.POBBid> - Interface in com.pubmatic.sdk.openwrapbidder
This interface has just a single method to create actual Bidder object This interface provisions to create bidder instances lazily
POBInterstitialRendererInstantiator - Interface in com.pubmatic.sdk.openwrapbidder
This interface provisions to create interstitial renderer instances lazily
POBPartnerManager - Class in com.pubmatic.sdk.openwrapbidder
Stored client-side bidding partner details It adds itself on POBInstanceProvider at app start/SDK initialization Provides partner management services needed by bidding manager and banner view Also has a provision to provide custom auction logic.
POBPartnerManager() - Constructor for class com.pubmatic.sdk.openwrapbidder.POBPartnerManager
Constructor to initialise member variables
POBPriceBucket - Class in com.pubmatic.sdk.openwrapbidder
It maintains the price bucket information such as minimum, maximum values i.e.
POBPriceGranularityManager - Class in com.pubmatic.sdk.openwrapbidder
Manages granularity on given input price, by default `auto` config granularity will used with minor alteration.
POBPriceGranularityManager() - Constructor for class com.pubmatic.sdk.openwrapbidder.POBPriceGranularityManager
 
POBTrackerInstantiator - Interface in com.pubmatic.sdk.openwrapbidder
 
priceGranularityInfo(POBAdDescriptor) - Method in class com.pubmatic.sdk.openwrapbidder.POBPartnerManager
 

S

setAuctioner(POBAuctioning<POBBid>) - Method in class com.pubmatic.sdk.openwrapbidder.POBPartnerManager
Sets custom auction instance.
A C G M P S 
Skip navigation links