Package com.rtb.sdk
Interface RTBBannerAdInteractionDelegate
-
- All Implemented Interfaces:
public interface RTBBannerAdInteractionDelegate
-
-
Method Summary
Modifier and Type Method Description abstract UnitbannerAdDidRecordClick()Tells the delegate that a click has been recorded for the ad. abstract UnitbannerAdDidPauseForAd()Tells the delegate that ad has opened external browser. abstract UnitbannerAdDidResumeAfterAd()Tells the delegate that Ad has been dismissed. abstract UnitbannerAdDidFailToRender(String error)Tells the delegate that an ad rendering failed. -
-
Method Detail
-
bannerAdDidRecordClick
abstract Unit bannerAdDidRecordClick()
Tells the delegate that a click has been recorded for the ad.
-
bannerAdDidPauseForAd
abstract Unit bannerAdDidPauseForAd()
Tells the delegate that ad has opened external browser.
-
bannerAdDidResumeAfterAd
abstract Unit bannerAdDidResumeAfterAd()
Tells the delegate that Ad has been dismissed.
-
bannerAdDidFailToRender
abstract Unit bannerAdDidFailToRender(String error)
Tells the delegate that an ad rendering failed.
-
-
-
-