setFullScreenMode

public final ACConfiguration.Builder setFullScreenMode(Boolean fullScreenMode)

Defined if you prefer to choose a full screen mode of the GDPR display or in window mode.

Return

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

Parameters

fullScreenMode

The default value is false. If you specify true, then the CMP will be displayed full screen, otherwise it will be displayed as a popup.

See also