AdWithViewListener constructor

  1. @protected
const AdWithViewListener({
  1. AdEventCallback? onAdLoaded,
  2. AdErrorCallback? onAdFailedToLoad,
  3. AdEventCallback? onAdImpression,
  4. AdEventCallback? onAdClicked,
  5. AdEventCallback? onAdClosed,
  6. AdEventCallback? onAdLeftApplication,
})

Default constructor for AdWithViewListener, meant to be used by subclasses.

Implementation

@protected
const AdWithViewListener({
  this.onAdLoaded,
  this.onAdFailedToLoad,
  this.onAdImpression,
  this.onAdClicked,
  this.onAdClosed,
  this.onAdLeftApplication,
});