cross_classify library

Classes

Campaign
Describes a campaign.
Content
Describes a content.
CrossClassify
DispatchSettings
Controls the behaviour of dispatching actions to Matomo.
EventInfo
Used to add context to the event send.
FormFieldConfig
LocalStorage
MatomoTracker
Implementation of the Matomo Tracking HTTP API.
PerformanceInfo
Describes the performance of an action.
TraceablePageWidget
Wrapper around TraceableClientMixin to easily track a child widget.
TrackingOrderItem
Visitor

Enums

Level

Mixins

TraceableClientMixin<T extends StatefulWidget>
Register a MatomoTracker.trackPageViewWithName on this widget.

Properties

crossClassifyObserver RouteObserver<ModalRoute<void>>
no setter
matomoObserver RouteObserver<ModalRoute<void>>
final

Typedefs

PersistenceFilter = bool Function(Map<String, String> action)
Used to filter out unwanted actions of the last session if using DispatchSettings.persistent.