SnowplowTrackerService class
Constructors
Properties
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>