EsamSettings constructor

EsamSettings({
  1. EsamManifestConfirmConditionNotification? manifestConfirmConditionNotification,
  2. int? responseSignalPreroll,
  3. EsamSignalProcessingNotification? signalProcessingNotification,
})

Implementation

EsamSettings({
  this.manifestConfirmConditionNotification,
  this.responseSignalPreroll,
  this.signalProcessingNotification,
});