NumBased

data class NumBased(val value: Int = Const.DEFAULT_EVENT_NUM_THRESHOLD) : EventThreshold

Event count based threshold

Constructors

Link copied to clipboard
constructor(value: Int = Const.DEFAULT_EVENT_NUM_THRESHOLD)

Properties

Link copied to clipboard
val value: Int

Threshold number of events after which untracked events will be sent to network, Default - Const.DEFAULT_EVENT_NUM_THRESHOLD