SplashAdView constructor
const
SplashAdView({
- Key? key,
- required String androidId,
- required String iosId,
- required int fetchDelay,
- FlutterTencentadSplashCallBack? callBack,
- required bool downloadConfirm,
- required bool isBidding,
- 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);