RTBBanner View Delegate
interface RTBBannerViewDelegate
Functions
Link copied to clipboard
abstract fun bannerViewDidFailToReceiveAd(bannerView: RTBBannerView, error: String, networkName: String)
Tells the delegate that an ad request failed.
Link copied to clipboard
Tells the delegate that banner failed to render.
Link copied to clipboard
Tells the delegate that ad has opened external browser.
Link copied to clipboard
abstract fun bannerViewDidReceiveAd(bannerView: RTBBannerView, bidInfo: RTBBidInfo, networkName: String)
Tells the delegate that an ad request successfully received an ad. The delegate may want to add the banner view to the view hierarchy if it hasn't been added yet.
Link copied to clipboard
Tells the delegate that a click has been recorded for the ad.
Link copied to clipboard
Tells the delegate that Ad has been dismissed.