Package com.rtb.sdk
Interface RTBNativeAdLoadDelegate
-
- All Implemented Interfaces:
public interface RTBNativeAdLoadDelegate
-
-
Method Summary
Modifier and Type Method Description abstract UnitnativeAdDidReceiveAd(RTBNativeAd nativeAd, RTBBidInfo bidInfo, String networkName)Tells the delegate that an ad request successfully received an ad. abstract UnitnativeAdDidFailToReceiveAd(String errorMessage, String networkName)Tells the delegate that an ad request failed. -
-
Method Detail
-
nativeAdDidReceiveAd
abstract Unit nativeAdDidReceiveAd(RTBNativeAd nativeAd, RTBBidInfo bidInfo, String networkName)
Tells the delegate that an ad request successfully received an ad.
- Parameters:
bidInfo- Information about the bid.
-
nativeAdDidFailToReceiveAd
abstract Unit nativeAdDidFailToReceiveAd(String errorMessage, String networkName)
Tells the delegate that an ad request failed.
-
-
-
-