AdConfig constructor
const
AdConfig({})
Creates an ad configuration.
bannerId is required. All other ad unit IDs are optional;
passing null disables that ad format.
Implementation
const AdConfig({
required this.bannerId,
this.interstitialId,
this.rewardedId,
this.appOpenId,
this.testDeviceIds = const [],
this.frequencyCapSeconds = 60,
this.maxRetryCount = 3,
this.retryBaseDelayMs = 1000,
this.loadTimeoutSeconds = 30,
this.skipColdStartAppOpen = true,
});