Package-level declarations

Types

Link copied to clipboard

EventKtTracker: Core class that interacts with client

Link copied to clipboard
interface EventThreshold

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

Link copied to clipboard
data class EventValidationConfig(val maxNameLength: Int = Const.MAX_NAME_LENGTH, val maxKeyLength: Int = Const.MAX_KEY_LENGTH, val maxValueLength: Int = Const.MAX_VALUE_LENGTH, val maxParameters: Int = Const.MAX_PARAMETERS)

Event validation config: Contains maximum limits of different parameters

Link copied to clipboard
interface Logger

Implement the Logger interface to get the logs as per the requirement

Link copied to clipboard

Log type: Different log levels