VastSdkConfiguration constructor

VastSdkConfiguration({
  1. int httpCallTimeoutMs = 30000,
  2. int httpConnectTimeoutMs = 30000,
  3. int httpKeepAliveDurationMs = 5000,
  4. int httpReadTimeoutMs = 30000,
  5. int maxHttpConnections = 8,
  6. int maxRedirectWrapperLimit = 4,
  7. bool isTest = false,
  8. int vastEventRetryBatchSize = 50,
  9. int vastEventRetryIntervalSeconds = 300,
  10. int vastEventRetryUploadTimes = 3,
})

Implementation

VastSdkConfiguration({
  this.httpCallTimeoutMs = 30000,
  this.httpConnectTimeoutMs = 30000,
  this.httpKeepAliveDurationMs = 5000,
  this.httpReadTimeoutMs = 30000,
  this.maxHttpConnections = 8,
  this.maxRedirectWrapperLimit = 4,
  this.isTest = false,
  this.vastEventRetryBatchSize = 50,
  this.vastEventRetryIntervalSeconds = 300,
  this.vastEventRetryUploadTimes = 3,
});