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(int daysAgo)

returns void

Examples

AATKitBinding.ShowConsentDialogIfNeededOrRejected(30);

Last updated