FlutterUnionadRewardAdCallBack constructor

FlutterUnionadRewardAdCallBack(
  1. {OnShow? onShow,
  2. OnClick? onClick,
  3. OnClose? onClose,
  4. OnFail? onFail,
  5. OnVerify? onVerify,
  6. OnRewardArrived? onRewardArrived,
  7. OnSkip? onSkip,
  8. OnReady? onReady,
  9. OnUnReady? onUnReady,
  10. OnCache? onCache}
)

Implementation

FlutterUnionadRewardAdCallBack(
    {this.onShow,
    this.onClick,
    this.onClose,
    this.onFail,
    this.onVerify,
    this.onRewardArrived,
    this.onSkip,
    this.onReady,
    this.onUnReady,
    this.onCache});