FlutterTencentadSplashCallBack constructor

FlutterTencentadSplashCallBack({
  1. TOnShow? onShow,
  2. TOnFail? onFail,
  3. TOnClick? onClick,
  4. TOnClose? onClose,
  5. TOnExpose? onExpose,
  6. TOnADTick? onADTick,
  7. TOnECPM? onECPM,
})

Implementation

FlutterTencentadSplashCallBack(
    {this.onShow,
    this.onFail,
    this.onClick,
    this.onClose,
    this.onExpose,
    this.onADTick,
    this.onECPM});