Package-level declarations
Types
Link copied to clipboard
Consent categories allow the end user to control how the app can use information gathered via events. Each event belongs to one consent category, and the user can opt out a consent category.
Link copied to clipboard
data class EventsConfig(val maxDiskUsageBytes: Int, val blockedConsentCategories: Set<ConsentCategory>, val appVersion: String)