EpochTime

data class EpochTime(val attributeName: String, val epochTime: Long, val attributeLevel: UserAttributeLevel) : UserAttributeResult

A date attribute expressed as an epoch-time millisecond was accepted.

Constructors

Link copied to clipboard
constructor(attributeName: String, epochTime: Long, attributeLevel: UserAttributeLevel)

Properties

Link copied to clipboard

The level at which the attribute was tracked.

Link copied to clipboard

The name of the attribute that was accepted.

Link copied to clipboard

The date value, in epoch milliseconds, that was accepted.