FlutterTencentadExpressCallBack constructor
FlutterTencentadExpressCallBack({
- TOnShow? onShow,
- TOnFail? onFail,
- TOnClick? onClick,
- TOnExpose? onExpose,
- TOnClose? onClose,
- TOnECPM? onECPM,
- TOnVideoPlay? onVideoPlay,
- TOnVideoPause? onVideoPause,
- TOnVideoStop? onVideoStop,
Implementation
FlutterTencentadExpressCallBack({
this.onShow,
this.onFail,
this.onClick,
this.onExpose,
this.onClose,
this.onECPM,
this.onVideoPlay,
this.onVideoPause,
this.onVideoStop,
});