AdOptions constructor

AdOptions({
  1. required String spaceId,
  2. String? apiKey,
  3. int? adCount,
  4. String? s2sImpl,
  5. int? timeoutInterval,
  6. List<num?>? expressSize,
  7. int? splashAdBottomBuilderHeight,
  8. String? userId,
  9. String? extra,
  10. String? ipAddress,
  11. ScreenMode? screenMode,
})

Implementation

AdOptions({
  required this.spaceId,
  this.apiKey,
  this.adCount,
  this.s2sImpl,
  this.timeoutInterval,
  this.expressSize,
  this.splashAdBottomBuilderHeight,
  this.userId,
  this.extra,
  this.ipAddress,
  this.screenMode
});