AugnitoConfig constructor

AugnitoConfig(
  1. AugnitoAPIServer server,
  2. String accountCode,
  3. String accessKey,
  4. String lmid,
  5. String userTag, {
  6. String? sourceApp,
  7. String? loginToken,
  8. String? otherInfo,
  9. String noiseCt = _defaultNoiseCt,
  10. String contentType = _defaultContentType,
  11. int source = AugnitoSource.mobileApp,
  12. bool enableLogs = false,
})

Implementation

AugnitoConfig(
    this.server, this.accountCode, this.accessKey, this.lmid, this.userTag,
    {this.sourceApp,
    this.loginToken,
    this.otherInfo,
    this.noiseCt = _defaultNoiseCt,
    this.contentType = _defaultContentType,
    this.source = AugnitoSource.mobileApp,
    this.enableLogs = false});