BannerAdEventDelegate constructor
BannerAdEventDelegate({
- void onBannerAdLoaded()?,
- void onBannerAdLoadedError()?,
- void onNativeBannerAdLoaded()?,
- void onNativeBannerAdLoadedError()?,
A delegate for handling events related to a banner ad.
This delegate provides callbacks for various events that can occur during the lifecycle of a banner ad, such as when the ad is loaded, when an error occurs, or when the ad is clicked.
Implementation
BannerAdEventDelegate({
this.onBannerAdLoaded,
this.onBannerAdLoadedError,
this.onNativeBannerAdLoaded,
this.onNativeBannerAdLoadedError,
});