Update AATKit consent arguments after the AATKit is already initialized.
reconfigureUsingConfiguration(config)
The JSON object containing configuration. Set parameters listed , otherwise AATKit uses default values.
RNAatkit.reconfigureUsingConfiguration({
consent: {
type: RNAatkit.ConsentType_SimpleConsent,
nonIABConsent: RNAatkit.SimpleConsent_Obtained
}
});