ScreenAdContentCallback constructor
const
ScreenAdContentCallback({
- void onAdLoaded()?,
- void onAdFailedToLoad()?,
- void onAdShowed()?,
- void onAdFailedToShow()?,
- void onAdClicked()?,
- void onAdDismissed()?,
Construct a new ScreenAdContentCallback.
Implementation
const ScreenAdContentCallback(
{this.onAdLoaded,
this.onAdFailedToLoad,
this.onAdShowed,
this.onAdFailedToShow,
this.onAdClicked,
this.onAdDismissed});