QuakerBirdAdInteractionCallBack constructor

QuakerBirdAdInteractionCallBack({
  1. OnShow? onShow,
  2. OnError? onError,
  3. OnClick? onClick,
  4. OnDismiss? onDismiss,
  5. OnStatus? onStatus,
})

Implementation

QuakerBirdAdInteractionCallBack(
    {this.onShow, this.onError, this.onClick, this.onDismiss, this.onStatus});