public static interface POBManager.PMWrapperManagerListener
| Modifier and Type | Method and Description |
|---|---|
void |
onBidsFailed(com.pubmatic.sdk.common.POBError error)
Failure callback for prefetch.
|
void |
onBidsFetched(java.util.Map<java.lang.String,POBBid> bidMap)
Success callback for prefetch request on PubMatic Server.
|
void onBidsFetched(java.util.Map<java.lang.String,POBBid> bidMap)
bidMap - mapping of impression id to corresponding prefetched bid.void onBidsFailed(com.pubmatic.sdk.common.POBError error)
error - Failure error object.