showConsentDialogIfNeededOrRejected
showConsentDialogIfNeededOrRejected(...)
showConsentDialogIfNeededOrRejected(options: { daysAgo: number; }) => Promise<void>
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.
Param
Type
options
{ daysAgo: number; }
Last updated