Wiki

Clone wiki

Adobe Air Plugin / showConsentDialog

Overview

Presents the consent dialog. Mostly, should be used change initial consent settings later, for example via app settings.

Syntax

showConsentDialog()

returns void.

Examples

#!ActionScript
import com.intentsoftware.adobe.aatkit.AATKitExtension;

.
.
.

AATKitExtension.getInstance().showConsentDialog();

Updated