AnalyticsTracker class abstract

Constructors

AnalyticsTracker.new()

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

logAction({required String action, required String pageType, String? cta, Map<String, dynamic>? customLabels, Map<String, dynamic>? dataParameters, MetricsErrorSource? errorSource}) Future<void>
logEvent({required String name, Map<String, Object?>? parameters}) Future<void>
logPageViewEvent({required String screenName, String? pageType, String? cta, Map<String, String>? customLabels, Map<String, dynamic>? dataParameters, MetricsErrorSource? errorSource}) Future<void>
logSelectPromotionEvent({String? creativeName, String? creativeSlot, List<AnalyticsEvent>? items, String? locationId, String? promotionId, String? promotionName}) Future<void>
logViewPromotionEvent({String? creativeName, String? creativeSlot, List<AnalyticsEvent>? items, String? locationId, String? promotionId, String? promotionName}) Future<void>
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