setNeedToReplaceUrlViewerByQrCode

public final ACConfiguration.Builder setNeedToReplaceUrlViewerByQrCode(Boolean isNeedToReplaceUrlViewerByQrCode)

Allows you to replace ALL hyperlinks in your notice with QrCodes. (including those for privacy policies and legitimate seller interests)

If you select this option:

A popup window will appear for your users, to scan the QrCode and be redirected to the link from another device.

Return

This is returned to continue customizing your CMP configuration, until you call the build method

Parameters

isNeedToReplaceUrlViewerByQrCode

The default value is false, default behavior is retained, links will continue to be displayed as normal Then if you set this attribute to true, A popup window will appear, displaying the link's qrcode to your users.

See also