AdropBannerListener constructor

const AdropBannerListener({
  1. AdropAdEventCallback? onAdReceived,
  2. AdropAdFailedCallback? onAdFailedToReceive,
  3. AdropAdEventCallback? onAdClicked,
  4. AdropAdEventCallback? onAdImpression,
})

Implementation

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