reconfigure

Overview

Update AATKit consent arguments after the AATKit is already initialized.

Syntax

reconfigure(config)

config (REQUIRED)

The JSON object containing configuration. Set parameters listed here, otherwise AATKit uses default values.

Examples

AATKitCordova.reconfigureUsingConfiguration({
    consent: {
        type: "simpleConsent",
        nonIABConsent: "withheld"
    }
});

Last updated