AirAnalyticsAdapter class abstract

Analytics integration for Air Framework MEJORA-011: Export a Analytics

Abstract adapter for analytics integration.

Example:

// Configure with Firebase
AirAnalytics().configure(FirebaseAnalyticsAdapter(analytics));
AirAnalytics().enable();

// Now all state changes and signals are tracked
Implementers

Constructors

AirAnalyticsAdapter()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

logEvent(String name, Map<String, dynamic>? parameters) → void
Log a custom event
logModuleInteraction(String source, String target, String type) → void
Log a module interaction
logSignal(String signalName, dynamic data) → void
Log a signal emission
logStateChange(String key, dynamic oldValue, dynamic newValue) → void
Log a state change
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited