TrackingOptions constructor

TrackingOptions({
  1. bool ipAddress = true,
  2. bool language = true,
  3. bool platform = true,
  4. bool region = true,
  5. bool dma = true,
  6. bool country = true,
  7. bool city = true,
  8. bool carrier = true,
  9. bool deviceModel = true,
  10. bool deviceManufacturer = true,
  11. bool osVersion = true,
  12. bool osName = true,
  13. bool versionName = true,
  14. bool adid = true,
  15. bool appSetId = true,
  16. bool deviceBrand = true,
  17. bool latLag = true,
  18. bool apiLevel = true,
  19. bool idfv = true,
})

Implementation

TrackingOptions(
    {this.ipAddress = true,
    this.language = true,
    this.platform = true,
    this.region = true,
    this.dma = true,
    this.country = true,
    this.city = true,
    this.carrier = true,
    this.deviceModel = true,
    this.deviceManufacturer = true,
    this.osVersion = true,
    this.osName = true,
    this.versionName = true,
    this.adid = true,
    this.appSetId = true,
    this.deviceBrand = true,
    this.latLag = true,
    this.apiLevel = true,
    this.idfv = true});