SplashAdIOSOptions constructor

const SplashAdIOSOptions({
  1. bool? supportCardView,
  2. bool? supportZoomOutView,
  3. bool? hideSkipButton,
  4. Map<String, dynamic>? mediaExt,
  5. Map<String, dynamic>? extraParams,
  6. int? buttonType,
  7. SplashAdFallback? fallback,
})

Implementation

const SplashAdIOSOptions({
  this.supportCardView,
  this.supportZoomOutView,
  this.hideSkipButton,
  this.mediaExt,
  this.extraParams,
  this.buttonType,
  this.fallback,
});