RTBBannerAdInteractionDelegate
@objc public protocol RTBBannerAdInteractionDelegate {
/**
* Tells the delegate that a click has been recorded for the ad.
*/
func bannerAdDidRecordClick()
/**
* Tells the delegate that ad has opened external browser.
*/
func bannerAdDidPauseForAd()
/**
* Tells the delegate that Ad has been dismissed.
*/
func bannerAdDidResumeAfterAd()
/**
* Tells the delegate that an ad rendering failed.
*/
func bannerAdDidFailToRender(error: String)
}
Last updated