AnalyticsOptions constructor
const
AnalyticsOptions({
- bool? enableInteractionsAutocapture,
- bool? disablePageviewAutocapture,
- bool? disablePageviewTitleAutocapture,
- bool? disableInteractionAutocapture,
- bool? enablePushNotificationAutocapture,
- bool? enablePushNotificationTitleAutocapture,
- bool? enablePushNotificationBodyAutocapture,
- Uri? baseUrl,
- Duration? uploadInterval,
- bool? sessionReplayAutoStart,
Creates a new instance of AnalyticsOptions.
Implementation
const AnalyticsOptions({
this.enableInteractionsAutocapture,
this.disablePageviewAutocapture,
this.disablePageviewTitleAutocapture,
this.disableInteractionAutocapture,
this.enablePushNotificationAutocapture,
this.enablePushNotificationTitleAutocapture,
this.enablePushNotificationBodyAutocapture,
this.baseUrl,
this.uploadInterval,
this.sessionReplayAutoStart,
});