FlutterUnionadDrawFeedCallBack constructor

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

Implementation

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