EventThreshold

interface EventThreshold

Contains thresholds after which all untracked events will be sent to network

Inheritors

Types

Link copied to clipboard
data class NumBased(val value: Int = Const.DEFAULT_EVENT_NUM_THRESHOLD) : EventThreshold

Event count based threshold

Link copied to clipboard
data class SizeBased(val value: Int = Const.DEFAULT_EVENT_SIZE_THRESHOLD) : EventThreshold

Size based threshold

Link copied to clipboard
data class TimeBased(val value: Long = Const.DEFAULT_EVENT_TIME_THRESHOLD) : EventThreshold

Time based threshold