reconfigureUsingConfiguration
Overview
Syntax
reconfigureUsingConfiguration(config)Examples
RNAatkit.reconfigureUsingConfiguration({
consent: {
type: RNAatkit.ConsentType_SimpleConsent,
nonIABConsent: RNAatkit.SimpleConsent_Obtained
}
});Last updated