AdropBannerListener constructor

const AdropBannerListener({
  1. AdropAdEventCallback? onAdReceived,
  2. AdropAdFailedCallback? onAdFailedToReceive,
  3. AdropAdEventCallback? onAdClicked,
  4. AdropAdEventCallback? onAdImpression,
  5. AdropBannerVideoCallback? onAdVideoStart,
  6. AdropBannerVideoCallback? onAdVideoEnd,
})

Implementation

const AdropBannerListener(
    {this.onAdReceived,
    this.onAdFailedToReceive,
    this.onAdClicked,
    this.onAdImpression,
    this.onAdVideoStart,
    this.onAdVideoEnd});