EsamSettings constructor
EsamSettings({
- EsamManifestConfirmConditionNotification? manifestConfirmConditionNotification,
- int? responseSignalPreroll,
- EsamSignalProcessingNotification? signalProcessingNotification,
Implementation
EsamSettings({
this.manifestConfirmConditionNotification,
this.responseSignalPreroll,
this.signalProcessingNotification,
});