| com.smaato.sdk.ub.UnifiedBidding.PrebidListener |
A listener for Prebid requests.
Should be passed for one of prebidBanner(String, UBBannerSize, UnifiedBidding.PrebidListener), prebidInterstitial(String, UnifiedBidding.PrebidListener), prebidRewardedInterstitial(String, UnifiedBidding.PrebidListener)
as a mandatory parameter to register for receiving callbacks.
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| abstract void |
onPrebidResult(UBBid ubBid, UBBidRequestError prebidRequestError)
A callback which will be invoked on a completion of prebid request and one of the following result
| ||||||||||
A callback which will be invoked on a completion of prebid request and one of the following result
| ubBid | an UBBid object in case of success prebid response |
|---|---|
| prebidRequestError | an UBBidRequestError object in case of failed one.
|