reconfigureUsingConfiguration

Overview

Update AATKit consent arguments after the AATKit is already initialized.

Syntax

reconfigureUsingConfiguration(config)

config (REQUIRED)

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

Examples

RNAatkit.reconfigureUsingConfiguration({
    consent: {
        type: RNAatkit.ConsentType_SimpleConsent,
        nonIABConsent: RNAatkit.SimpleConsent_Obtained
    }
});

Last updated