Stay organized with collections
Save and categorize content based on your preferences.
firebase::gma::ump::ConsentRequestParameters
#include <types.h>
Parameters for the ConsentInfo::RequestConsentInfoUpdate()
operation.
Summary
Public attributes
debug_settings
ConsentDebugSettings firebase::gma::ump::ConsentRequestParameters::debug_settings
Debug settings for the consent request.
tag_for_under_age_of_consent
bool firebase::gma::ump::ConsentRequestParameters::tag_for_under_age_of_consent
Whether the user is under the age of consent.
Public functions
ConsentRequestParameters
firebase::gma::ump::ConsentRequestParameters::ConsentRequestParameters()
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-01-23 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-01-23 UTC."],[[["`ConsentRequestParameters` struct is used to configure consent information update requests in the User Messaging Platform (UMP) SDK."],["It includes settings for debugging the request and indicating if the user is under the age of consent."],["`debug_settings` attribute allows developers to adjust debug behaviors during the consent request process."],["`tag_for_under_age_of_consent` attribute flags whether the user should be treated as under the age of consent for data collection."]]],["The `ConsentRequestParameters` structure configures the `RequestConsentInfoUpdate()` operation. It includes two key attributes: `debug_settings`, which sets debug options for the consent request, and `tag_for_under_age_of_consent`, a boolean indicating if the user is under the age of consent. The structure also includes a constructor `ConsentRequestParameters()`. These elements manage the settings for obtaining user consent information.\n"]]