Skip to content

ConsentRequestParameters

The ConsentRequestParameters class encapsulates parameters used when requesting a consent information update via ConsentInformation.update.

Properties

Whether the user is considered to be under the age of consent for GDPR purposes.

var tag_for_under_age_of_consent: bool
public bool TagForUnderAgeOfConsent { get; set; }

Optional debug settings for testing consent flow behavior. See ConsentDebugSettings.

var consent_debug_settings: ConsentDebugSettings
public ConsentDebugSettings ConsentDebugSettings { get; set; }