Wiki

Clone wiki

Adobe Air Plugin / editConsent

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()

returns void.

Examples

#!ActionScript
AATKitExtension.getInstance().reloadConsent();

Updated