TrackingOptions constructor
TrackingOptions({
- bool ipAddress = true,
- bool language = true,
- bool platform = true,
- bool region = true,
- bool dma = true,
- bool country = true,
- bool city = true,
- bool carrier = true,
- bool deviceModel = true,
- bool deviceManufacturer = true,
- bool osVersion = true,
- bool osName = true,
- bool versionName = true,
- bool adid = true,
- bool appSetId = true,
- bool deviceBrand = true,
- bool latLag = true,
- bool apiLevel = true,
- 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});