Event

interface Event

The event interface

Functions

Link copied to clipboard
abstract fun beginProcessing(tracker: Tracker)

Hook method called just before the event processing in order to execute special operations.

Link copied to clipboard
abstract fun endProcessing(tracker: Tracker)

Hook method called just after the event processing in order to execute special operations.

Properties

Link copied to clipboard
Link copied to clipboard
abstract val dataPayload: Map<String, Any?>
Link copied to clipboard
Link copied to clipboard
abstract val trueTimestamp: Long?

Inheritors

Link copied to clipboard