FlutterPangolinUnionadDrawFeedCallBack constructor

FlutterPangolinUnionadDrawFeedCallBack({
  1. OnClick? onClick,
  2. OnShow? onShow,
  3. OnFail? onFail,
  4. OnDislike? onDislike,
  5. OnVideoPlay? onVideoPlay,
  6. OnVideoPause? onVideoPause,
  7. OnVideoStop? onVideoStop,
})

Implementation

FlutterPangolinUnionadDrawFeedCallBack({
  this.onClick,
  this.onShow,
  this.onFail,
  this.onDislike,
  this.onVideoPlay,
  this.onVideoPause,
  this.onVideoStop,
});