EventSender

interface EventSender

Functions

Link copied to clipboard
abstract fun sendEvent(eventName: String, consentCategory: ConsentCategory, payload: String, headers: Map<String, String>)
Link copied to clipboard
abstract fun setBlockedConsentCategories(blockedConsentCategories: Set<ConsentCategory>)