public static final class ConsentRequestParameters.Builder extends Object

Builder of ConsentRequestParameters.

Public Constructor Summary

Public Method Summary

ConsentRequestParameters
ConsentRequestParameters.Builder
ConsentRequestParameters.Builder
setTagForUnderAgeOfConsent(boolean tagForUnderAgeOfConsent)
Sets whether the user is tagged for under age of consent.

Inherited Method Summary

Public Constructors

public Builder ()

Public Methods

public ConsentRequestParameters build ()

public ConsentRequestParameters.Builder setConsentDebugSettings (ConsentDebugSettings consentDebugSettings)

Sets the ConsentDebugSettings.

If null, no debug setting will be used.

public ConsentRequestParameters.Builder setTagForUnderAgeOfConsent (boolean tagForUnderAgeOfConsent)

Sets whether the user is tagged for under age of consent.

Default value is false.