ManagedConsentDelegate

Notifies about the need to show the consent dialog.

Functions

Link copied to clipboard
abstract fun managedConsentCMPFailedToLoad(managedConsent: ManagedConsent, error: String?)

Notifies that the used CMP failed to load.

Link copied to clipboard
abstract fun managedConsentCMPFailedToShow(managedConsent: ManagedConsent, error: String?)

Notifies that the used CMP failed to show.

Link copied to clipboard

Notifies that the used CMP has finished updating consent.

Link copied to clipboard
abstract fun managedConsentNeedsUserInterface(managedConsent: ManagedConsent)

Notifies that ManagedConsent needs to show a consent dialog. After receiving this notification, you should pause your application and call the showIfNeeded method.