NonSkippableAd constructor

NonSkippableAd({
  1. CommonInStreamAttribute? commonInStreamAttribute,
  2. Map<String, String>? customParameters,
})

Implementation

NonSkippableAd({
  this.commonInStreamAttribute,
  this.customParameters,
});