Package com.rtb.sdk
Interface RTBBannerAdLoadDelegate
-
- All Implemented Interfaces:
public interface RTBBannerAdLoadDelegate
-
-
Method Summary
Modifier and Type Method Description abstract UnitbannerAdDidReceiveAd(RTBBannerBid bannerBid)Tells the delegate that an ad request successfully received an ad. abstract UnitbannerAdDidFailToReceiveAd(String errorMessage)Tells the delegate that an ad request failed. -
-
Method Detail
-
bannerAdDidReceiveAd
abstract Unit bannerAdDidReceiveAd(RTBBannerBid bannerBid)
Tells the delegate that an ad request successfully received an ad.
- Parameters:
bannerBid- Information about the bid.
-
bannerAdDidFailToReceiveAd
abstract Unit bannerAdDidFailToReceiveAd(String errorMessage)
Tells the delegate that an ad request failed.
-
-
-
-