Wiki

Clone wiki

REACT native plugin / reloadConsent

Overview

Tells the CMP to reload. Does not need to be used unless some error occurs. You can call this method for example after receiving managedConsentCMPFailedToLoad event.

Syntax

reloadConsent()

Examples

#!javascript

RNAatkit.reloadConsent();

Updated