ContentListAdView constructor
ContentListAdView({
- Key? key,
- String? adId,
- double? width,
- double? height,
- AdCallback? onPageEnter,
- AdCallback? onPageResume,
- AdCallback? onPagePause,
- AdCallback? onPageLeave,
- AdCallback? onVideoPlayStart,
- AdCallback? onVideoPlayPaused,
- AdCallback? onVideoPlayResume,
- AdCallback? onVideoPlayCompleted,
- AdCallback? onVideoPlayError,
- 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);