reloadConsent
Overview
Tells the CMP to reload. Does not need to be used unless some error occurs. You can call this method for example after receiving managedConsentCMPFailedToLoad
event.
Syntax
reloadConsent()
Examples
AATKitCordova.reloadConsent();
Last updated