FlutterPangolinUnionadDrawFeedCallBack constructor
FlutterPangolinUnionadDrawFeedCallBack({
- OnClick? onClick,
- OnShow? onShow,
- OnFail? onFail,
- OnDislike? onDislike,
- OnVideoPlay? onVideoPlay,
- OnVideoPause? onVideoPause,
- OnVideoStop? onVideoStop,
Implementation
FlutterPangolinUnionadDrawFeedCallBack({
this.onClick,
this.onShow,
this.onFail,
this.onDislike,
this.onVideoPlay,
this.onVideoPause,
this.onVideoStop,
});