track

abstract fun track(event: Event): UUID?

Track the event. The tracker will take care to process and send the event assigning event_id and device_timestamp.

Return

The event ID or null in case tracking is paused

Parameters

event

The event to track.