public interface POBBidEventListener
| Modifier and Type | Method and Description |
|---|---|
void |
onBidFailed(POBBidEvent bidEvent,
com.pubmatic.sdk.common.POBError error)
Notifies the delegate of an error encountered while fetching the bid
|
void |
onBidReceived(POBBidEvent bidEvent,
POBBid bid)
Notifies the delegate that bid has been successfully received
|
void onBidReceived(@NonNull
POBBidEvent bidEvent,
@NonNull
POBBid bid)
bidEvent - reference of POBBidEvent interface. i.e Instance of class which implements
POBBidEventbid - the instance of bidvoid onBidFailed(@NonNull
POBBidEvent bidEvent,
@NonNull
com.pubmatic.sdk.common.POBError error)
bidEvent - reference of POBBidEvent interface. i.e Instance of class which implements
POBBidEventerror - the error of type POBError while fetching bid