AdropInterstitialListener constructor
const
AdropInterstitialListener({ - AdropAdCallback? onAdReceived,
- AdropAdCallback? onAdClicked,
- AdropAdCallback? onAdImpression,
- AdropAdCallback? onAdWillPresentFullScreen,
- AdropAdCallback? onAdDidPresentFullScreen,
- AdropAdCallback? onAdWillDismissFullScreen,
- AdropAdCallback? onAdDidDismissFullScreen,
- AdropAdErrorCallback? onAdFailedToReceive,
- AdropAdErrorCallback? onAdFailedToShowFullScreen,
- AdropAdCallback? onAdBackButtonPressed,
})
Implementation
const AdropInterstitialListener(
{this.onAdReceived,
this.onAdClicked,
this.onAdImpression,
this.onAdWillPresentFullScreen,
this.onAdDidPresentFullScreen,
this.onAdWillDismissFullScreen,
this.onAdDidDismissFullScreen,
this.onAdFailedToReceive,
this.onAdFailedToShowFullScreen,
this.onAdBackButtonPressed});