AdropBannerListener constructor
- AdropAdEventCallback? onAdReceived,
- AdropAdFailedCallback? onAdFailedToReceive,
- AdropAdEventCallback? onAdClicked,
- AdropAdEventCallback? onAdImpression,
- AdropBannerVideoCallback? onAdVideoStart,
- AdropBannerVideoCallback? onAdVideoEnd,
Implementation
const AdropBannerListener(
{this.onAdReceived,
this.onAdFailedToReceive,
this.onAdClicked,
this.onAdImpression,
this.onAdVideoStart,
this.onAdVideoEnd});