FlutterUnionadInteractionCallBack constructor

FlutterUnionadInteractionCallBack({
  1. OnShow? onShow,
  2. OnClick? onClick,
  3. OnDislike? onDislike,
  4. OnClose? onClose,
  5. OnFail? onFail,
})

Implementation

FlutterUnionadInteractionCallBack(
    {this.onShow, this.onClick, this.onDislike, this.onClose, this.onFail});