TrackerConfiguration constructor
const
TrackerConfiguration({
- String? appId,
- DevicePlatform? devicePlatform,
- bool? base64Encoding,
- bool? platformContext,
- bool? geoLocationContext,
- bool? sessionContext,
- bool? webPageContext,
- bool? screenContext,
- bool? applicationContext,
- WebActivityTracking? webActivityTracking,
- bool? userAnonymisation,
- bool? lifecycleAutotracking,
- bool? screenEngagementAutotracking,
- PlatformContextProperties? platformContextProperties,
- 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});