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
@JsonClass(generateAdapter = true)
data class Event(val id: String, val name: String, val headers: Map<String, String>, val payload: String)
Link copied to clipboard
data class EventsConfig(val maxDiskUsageBytes: Int, val blockedConsentCategories: Set<ConsentCategory>, val appVersion: String)