TrackerConfiguration constructor
const
TrackerConfiguration({
- DevicePlatform? devicePlatform,
- bool? base64Encoding,
- bool? platformContext,
- bool? geoLocationContext,
- bool? sessionContext,
- bool? webPageContext,
- bool? screenContext,
- bool? applicationContext,
- WebActivityTracking? webActivityTracking,
- bool? userAnonymisation,
Implementation
const TrackerConfiguration(
{this.devicePlatform,
this.base64Encoding,
this.platformContext,
this.geoLocationContext,
this.sessionContext,
this.webPageContext,
this.screenContext,
this.applicationContext,
this.webActivityTracking,
this.userAnonymisation});