SplashAdView constructor

const SplashAdView({
  1. Key? key,
  2. required String androidId,
  3. required String iosId,
  4. required int fetchDelay,
  5. FlutterTencentadSplashCallBack? callBack,
  6. required bool downloadConfirm,
  7. required bool isBidding,
  8. FlutterTencentAdBiddingController? bidding,
})

Implementation

const SplashAdView({
  Key? key,
  required this.androidId,
  required this.iosId,
  required this.fetchDelay,
  this.callBack,
  required this.downloadConfirm,
  required this.isBidding,
  this.bidding,
}) : super(key: key);