SizeBased

data class SizeBased(val value: Int = Const.DEFAULT_EVENT_SIZE_THRESHOLD) : EventThreshold

Size based threshold

Constructors

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

Properties

Link copied to clipboard
val value: Int

Threshold size in bytes after which untracked events will be sent to network, Default - Const.DEFAULT_EVENT_SIZE_THRESHOLD