TrackerConfiguration constructor

const TrackerConfiguration({
  1. String? appId,
  2. DevicePlatform? devicePlatform,
  3. bool? base64Encoding,
  4. bool? platformContext,
  5. bool? geoLocationContext,
  6. bool? sessionContext,
  7. bool? webPageContext,
  8. bool? screenContext,
  9. bool? applicationContext,
  10. WebActivityTracking? webActivityTracking,
  11. bool? userAnonymisation,
  12. bool? lifecycleAutotracking,
  13. bool? screenEngagementAutotracking,
  14. PlatformContextProperties? platformContextProperties,
  15. String? jsMediaPluginURL,
})

Implementation

const TrackerConfiguration(
    {this.appId,
    this.devicePlatform,
    this.base64Encoding,
    this.platformContext,
    this.geoLocationContext,
    this.sessionContext,
    this.webPageContext,
    this.screenContext,
    this.applicationContext,
    this.webActivityTracking,
    this.userAnonymisation,
    this.lifecycleAutotracking,
    this.screenEngagementAutotracking,
    this.platformContextProperties,
    this.jsMediaPluginURL});