EventTracker

interface EventTracker

Tracks 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.

Functions

Link copied to clipboard
abstract fun track(eventName: String)

Tracks an event with no properties.

abstract fun track(eventName: String, properties: EventProperties?)

Tracks an event with optional properties.

Inheritors

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard