Skip to content

RequestConfiguration.TagForUnderAgeOfConsent

Indicates whether ad requests should be treated as targeting users under the age of consent for GDPR compliance. Defined inside the RequestConfiguration class.

Values

# Access via RequestConfiguration.TagForUnderAgeOfConsent
enum TagForUnderAgeOfConsent {
    UNSPECIFIED = -1,
    FALSE = 0,
    TRUE = 1
}
public enum TagForUnderAgeOfConsent
{
    Unspecified = -1,
    False = 0,
    True = 1
}