RTBDSPBannerDelegate

Functions

Link copied to clipboard
abstract fun dspAdViewDidFailToReceiveAd(ad: RTBDSPBannerProtocol, errorMessage: String, networkName: String)

Tells the delegate that an ad request failed.

Link copied to clipboard
abstract fun dspAdViewDidPauseForAd(ad: RTBDSPBannerProtocol, networkName: String)

Tells the delegate that ad has opened external browser.

Link copied to clipboard
abstract fun dspAdViewDidReceiveAd(ad: RTBDSPBannerProtocol, networkName: String)

Tells the delegate that an ad request successfully received an ad. The delegate may want to add

Link copied to clipboard
abstract fun dspAdViewDidRecordClick(ad: RTBDSPBannerProtocol, networkName: String)

Tells the delegate that a click has been recorded for the ad.

Link copied to clipboard
abstract fun dspAdViewDidResumeAfterAd(ad: RTBDSPBannerProtocol, networkName: String)

Tells the delegate that Ad has been dismissed.