showConsentDialogIfNeededOrRejected

Overview

Presents the consent screen if it is required by the used CMP (i.e. no user consent has been set yet) or the user has rejected the consent.

Syntax

showConsentDialogIfNeededOrRejected(daysAgo);

placementName (REQUIRED)

string Unique name of placement. The same name will be used in addapptr.com account.

Examples

RNAatkit.showConsentDialogIfNeededOrRejected(daysAgo);

Last updated