SnowplowTrackerService class

Constructors

SnowplowTrackerService()

Properties

eventId String?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

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

Static Methods

getCartContext(String cartId) Future<SelfDescribing?>
getCollectionsContext(TrackCollectionEventContext params) Future<SelfDescribing>
getDeviceInfoContext() Future<SelfDescribing?>
getOtherEventsContext() Future<SelfDescribing>
getProductContext(TrackProductEventContext contextData) Future<SelfDescribing>
getUserContext() Future<SelfDescribing?>
sendCustomEventToSnowPlow(Map<String, dynamic> eventObject) Future<void>
snowplowStructuredEvent(dynamic args) Future<void>
trackCartEvent(TrackCartEventArgs args) Future<void>
trackCollectionsEvent(TrackCollectionsEventArgs args) Future<void>
trackOtherEvent(TrackOtherEventArgs? args) Future<void>
trackProductEvent(TrackProductEventArgs args) Future<void>