AutocaptureOptions constructor
const
AutocaptureOptions({
- Attribution attribution = const AttributionOptions(),
- bool sessions = true,
- PageViews pageViews = const PageViewsDisabled(),
- bool appLifecycles = false,
- bool deepLinks = false,
- bool screenViews = false,
- bool formInteractions = false,
- bool fileDownloads = false,
- ElementInteractions elementInteractions = const ElementInteractionsDisabled(),
- bool pageUrlEnrichment = false,
Implementation
const AutocaptureOptions({
this.attribution = const AttributionOptions(),
this.sessions = true,
this.pageViews = const PageViewsDisabled(),
this.appLifecycles = false,
this.deepLinks = false,
this.screenViews = false,
this.formInteractions = false,
this.fileDownloads = false,
this.elementInteractions = const ElementInteractionsDisabled(),
this.pageUrlEnrichment = false,
});