Event

abstract class Event @JvmOverloads constructor(clock: Clock = Clock.DEFAULT_CLOCK, timeMilliseconds: Long = clock.currentTimeMillis())(source)

This abstract class encapsulates analytics events.

Inheritors

Constructors

Link copied to clipboard
constructor(clock: Clock = Clock.DEFAULT_CLOCK, timeMilliseconds: Long = clock.currentTimeMillis())

Types

Link copied to clipboard
object Companion
Link copied to clipboard

Properties

Link copied to clipboard

Returns the UUID associated with the event.

Link copied to clipboard
Link copied to clipboard

Returns the timestamp associated with the event.

Link copied to clipboard

Functions

Link copied to clipboard
open fun isValid(): Boolean

Validates the Event.