FlutterTencentadExpressCallBack constructor

FlutterTencentadExpressCallBack({
  1. TOnShow? onShow,
  2. TOnFail? onFail,
  3. TOnClick? onClick,
  4. TOnExpose? onExpose,
  5. TOnClose? onClose,
  6. TOnECPM? onECPM,
  7. TOnVideoPlay? onVideoPlay,
  8. TOnVideoPause? onVideoPause,
  9. TOnVideoStop? onVideoStop,
})

Implementation

FlutterTencentadExpressCallBack({
  this.onShow,
  this.onFail,
  this.onClick,
  this.onExpose,
  this.onClose,
  this.onECPM,
  this.onVideoPlay,
  this.onVideoPause,
  this.onVideoStop,
});