AdropInterstitialListener constructor

const AdropInterstitialListener({
  1. AdropAdCallback? onAdReceived,
  2. AdropAdCallback? onAdClicked,
  3. AdropAdCallback? onAdImpression,
  4. AdropAdCallback? onAdWillPresentFullScreen,
  5. AdropAdCallback? onAdDidPresentFullScreen,
  6. AdropAdCallback? onAdWillDismissFullScreen,
  7. AdropAdCallback? onAdDidDismissFullScreen,
  8. AdropAdErrorCallback? onAdFailedToReceive,
  9. AdropAdErrorCallback? onAdFailedToShowFullScreen,
  10. 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});