FlutterTencentadRewardCallBack constructor

FlutterTencentadRewardCallBack({
  1. TOnShow? onShow,
  2. TOnClick? onClick,
  3. TOnExpose? onExpose,
  4. TOnClose? onClose,
  5. TOnFail? onFail,
  6. TOnVerify? onVerify,
  7. TOnReady? onReady,
  8. TOnFinish? onFinish,
  9. TOnUnReady? onUnReady,
  10. TOnECPM? onECPM,
})

Implementation

FlutterTencentadRewardCallBack(
    {this.onShow,
    this.onClick,
    this.onExpose,
    this.onClose,
    this.onFail,
    this.onVerify,
    this.onReady,
    this.onFinish,
    this.onUnReady,
    this.onECPM});