TrackerConfiguration constructor

const TrackerConfiguration({
  1. DevicePlatform? devicePlatform,
  2. bool? base64Encoding,
  3. bool? platformContext,
  4. bool? geoLocationContext,
  5. bool? sessionContext,
  6. bool? webPageContext,
  7. bool? screenContext,
  8. bool? applicationContext,
  9. WebActivityTracking? webActivityTracking,
  10. bool? userAnonymisation,
  11. String? trackerVersionSuffix,
})

Implementation

const TrackerConfiguration(
    {this.devicePlatform,
    this.base64Encoding,
    this.platformContext,
    this.geoLocationContext,
    this.sessionContext,
    this.webPageContext,
    this.screenContext,
    this.applicationContext,
    this.webActivityTracking,
    this.userAnonymisation,
    this.trackerVersionSuffix});