AutocaptureOptions constructor

const AutocaptureOptions({
  1. Attribution attribution = const AttributionOptions(),
  2. bool sessions = true,
  3. PageViews pageViews = const PageViewsDisabled(),
  4. bool appLifecycles = false,
  5. bool deepLinks = false,
  6. bool screenViews = false,
  7. bool formInteractions = false,
  8. bool fileDownloads = false,
  9. ElementInteractions elementInteractions = const ElementInteractionsDisabled(),
  10. 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,
});