FlutterTencentadInteractionCallBack constructor

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

Implementation

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