AppodealConsentForm class

Class representing the Appodeal Consent Form logic for IAB TCFv2 and Google UMP.

Constructors

AppodealConsentForm()
const

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

load({required String appKey, bool tagForUnderAgeOfConsent = false, dynamic onConsentFormLoadSuccess(ConsentStatus)?, dynamic onConsentFormLoadFailure(ConsentError)?}) → void
Load consent form to determine the user's consent preferences.
loadAndShowIfRequired({required String appKey, bool tagForUnderAgeOfConsent = false, dynamic onConsentFormDismissed(ConsentError? error)?}) → void
Load and show the consent form to determine the user's consent if required.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
revoke() → void
Revokes the user's consent.
show({dynamic onConsentFormDismissed(ConsentError? error)?}) → void
Show the consent form to determine the user's consent.
toString() String
A string representation of this object.
inherited

Operators

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