TimeBased

data class TimeBased(val value: Long = Const.DEFAULT_EVENT_TIME_THRESHOLD) : EventThreshold

Time based threshold

Constructors

Link copied to clipboard
constructor(value: Long = Const.DEFAULT_EVENT_TIME_THRESHOLD)

Properties

Link copied to clipboard
val value: Long

Threshold time in milliseconds after which untracked events will be sent to network, Default - Const.DEFAULT_EVENT_TIME_THRESHOLD