Wiki

Clone wiki

Adobe Air Plugin / reloadConsent

Overview

Presents the consent screen ONLY if it is required by the used CMP (for example if no user consent has been set yet). It is advised to always call this method when the app starts.

Syntax

showConsentDialogIfNeeded()

returns void.

Examples

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

Updated