Config constructor

Config(
  1. String serviceId,
  2. String loggingUrlHttp,
  3. String loggingUrlHttps,
  4. String host,
  5. String pcidKey,
  6. String uidKey,
  7. String cidKey,
  8. bool allowInquireAdid,
  9. String requestMethod,
  10. bool retryLogging,
  11. int retryDelay,
  12. int queueSize,
  13. int sessionTimeout,
)

Implementation

Config(
    this.serviceId,
    this.loggingUrlHttp,
    this.loggingUrlHttps,
    this.host,
    this.pcidKey,
    this.uidKey,
    this.cidKey,
    this.allowInquireAdid,
    this.requestMethod,
    this.retryLogging,
    this.retryDelay,
    this.queueSize,
    this.sessionTimeout);