BannerAdListener

open class BannerAdListener

Banner Ad exclusive listener for receiving notifications during the lifecycle of an banner ad.

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
open fun onAdClicked(ad: GfpBannerAd)
Called when an banner ad is clicked.
Link copied to clipboard
Called when an impression is recorded for an banner ad.
Link copied to clipboard
open fun onAdLoaded(ad: GfpBannerAd)
Called when an banner ad is loaded.
Link copied to clipboard
open fun onAdMetaChanged(ad: GfpBannerAd, params: Map<String, String>)
Called when the meta data of the banner ad changes.
Link copied to clipboard
open fun onAdMuted(ad: GfpBannerAd)
(Only for NDA module) Called when an banner ad is muted.
Link copied to clipboard
Called when the banner ad is changed in size.
Link copied to clipboard
open fun onError(ad: GfpBannerAd, error: GfpError)
Called when an error happened while the banner ad is attempting to load or rendering an ad.