-
- All Implemented Interfaces:
public interface EventTrackerTracks events against the Permutive engine and reports events back to the Permutive servers. Events are persisted until they have been successfully sent to the server.
Use Permutive.eventTracker to create an instance of this object.
-
-
Method Summary
-
-
Method Detail
-
track
abstract Unit track(String eventName)
Tracks an event with no properties.
- Parameters:
eventName- Name of the event
-
track
abstract Unit track(String eventName, EventProperties properties)
Tracks an event with optional properties.
- Parameters:
eventName- Name of the eventproperties- Properties of the event
-
-
-
-