Package-level declarations

Types

Link copied to clipboard
interface Autoconsent

Public interface for the Autoconsent (CMP) feature

Link copied to clipboard

Public interface for the Autoconsent callback. It is required to be implemented and passed when calling addJsInterface and provides a useful set of callbacks.

Link copied to clipboard

List of AutoconsentFeatureName that belong to the Autoconsent feature

Link copied to clipboard
interface AutoconsentNav

Public interface to provide navigation Intents related to Cookie Prompt Management

Link copied to clipboard
data class AutoconsentResult(val consentManaged: Boolean, val optOutFailed: Boolean, val selfTestFailed: Boolean, val isCosmetic: Boolean?, val consentRule: String?, val consentReloadLoop: Boolean)

Result of an autoconsent action on a page.