ContentListAdView constructor

ContentListAdView({
  1. Key? key,
  2. String? adId,
  3. double? width,
  4. double? height,
  5. AdCallback? onPageEnter,
  6. AdCallback? onPageResume,
  7. AdCallback? onPagePause,
  8. AdCallback? onPageLeave,
  9. AdCallback? onVideoPlayStart,
  10. AdCallback? onVideoPlayPaused,
  11. AdCallback? onVideoPlayResume,
  12. AdCallback? onVideoPlayCompleted,
  13. AdCallback? onVideoPlayError,
  14. AdErrorCallback? onSjmAdError,
})

Implementation

ContentListAdView(
    {Key? key,
    this.adId,
    this.width,
    this.height,
    this.onPageEnter,
    this.onPageResume,
    this.onPagePause,
    this.onPageLeave,
    this.onVideoPlayStart,
    this.onVideoPlayPaused,
    this.onVideoPlayResume,
    this.onVideoPlayCompleted,
    this.onVideoPlayError,
    this.onSjmAdError})
    : super(key: key);