ByteArkAdsSettings constructor

ByteArkAdsSettings({
  1. required String? adTagUrl,
  2. bool? enableDefaultCompanionSlot,
  3. Pair<int, int>? defaultCompanionSize,
})

Constructs an ByteArkAdsSettings with the specified ad settings.

Implementation

ByteArkAdsSettings({
  required this.adTagUrl,
  this.enableDefaultCompanionSlot,
  this.defaultCompanionSize,
});