EventsConfig

data class EventsConfig(val maxDiskUsageBytes: Int, val blockedConsentCategories: Set<ConsentCategory>, val appVersion: String)

Constructors

Link copied to clipboard
constructor(maxDiskUsageBytes: Int, blockedConsentCategories: Set<ConsentCategory>, appVersion: String)

Properties

Link copied to clipboard

specifies version of the app

Link copied to clipboard

specifies consent categories based on which events will be filtered

Link copied to clipboard

specifies the maximum amount of disk the EventProducer is allowed to use for temporarily storing events before they are sent to TL Consume