ManagedConsentListener class

Notifies about the need to show the consent dialog.

Constructors

ManagedConsentListener({dynamic managedConsentCMPFailedToLoad(String)?, dynamic managedConsentCMPFailedToShow(String)?, dynamic managedConsentNeedsUserInterface()?, dynamic managedConsentCMPFinished(AATKitConsentState)?})

Properties

hashCode int
The hash code for this object.
no setterinherited
managedConsentCMPFailedToLoad ↔ dynamic Function(String)?
Notifies that the used CMP failed to load.
getter/setter pair
managedConsentCMPFailedToShow ↔ dynamic Function(String)?
Notifies that the used CMP failed to show.
getter/setter pair
managedConsentCMPFinished ↔ dynamic Function(AATKitConsentState)?
Notifies that the used CMP has finished updating consent.
getter/setter pair
managedConsentNeedsUserInterface ↔ dynamic Function()?
Notifies that ManagedConsent needs to show a consent dialog. After receiving this notification, you should pause your application and call the showConsentIfNeeded method.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited