Stay organized with collections
Save and categorize content based on your preferences.
firebase::ump::ConsentRequestParameters
#include <types.h>
Parameters for the ConsentInfo::RequestConsentInfoUpdate()
operation.
Summary
Public attributes
debug_settings
ConsentDebugSettings firebase::ump::ConsentRequestParameters::debug_settings
Debug settings for the consent request.
tag_for_under_age_of_consent
bool firebase::ump::ConsentRequestParameters::tag_for_under_age_of_consent
Whether the user is under the age of consent.
Public functions
ConsentRequestParameters
firebase::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 2025-06-10 UTC.
[null,null,["Last updated 2025-06-10 UTC."],[],[],null,["# firebase::ump::ConsentRequestParameters Struct Reference\n\nfirebase::ump::ConsentRequestParameters\n=======================================\n\n\n`#include \u003ctypes.h\u003e`\n\nParameters for the [ConsentInfo::RequestConsentInfoUpdate()](/docs/reference/cpp/class/firebase/ump/consent-info#classfirebase_1_1ump_1_1_consent_info_1a38f38f22b70b35732c3cd63b18dd26d2) operation.\n\nSummary\n-------\n\n| ### Constructors and Destructors ||\n|---|---|\n| [ConsentRequestParameters](#structfirebase_1_1ump_1_1_consent_request_parameters_1a7982ae1b5c9a778ee8db467c6c8135db)`()` ||\n\n| ### Public attributes ||\n|--------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| [debug_settings](#structfirebase_1_1ump_1_1_consent_request_parameters_1a32806732350dc720de7769d20cd755cf) | [ConsentDebugSettings](/docs/reference/cpp/struct/firebase/ump/consent-debug-settings#structfirebase_1_1ump_1_1_consent_debug_settings) Debug settings for the consent request. |\n| [tag_for_under_age_of_consent](#structfirebase_1_1ump_1_1_consent_request_parameters_1a40ac5e8eda2ceaca3be1fdcb7994ce57) | `bool` Whether the user is under the age of consent. |\n\nPublic attributes\n-----------------\n\n### debug_settings\n\n```c++\nConsentDebugSettings firebase::ump::ConsentRequestParameters::debug_settings\n``` \nDebug settings for the consent request. \n\n### tag_for_under_age_of_consent\n\n```c++\nbool firebase::ump::ConsentRequestParameters::tag_for_under_age_of_consent\n``` \nWhether the user is under the age of consent.\n\nPublic functions\n----------------\n\n### ConsentRequestParameters\n\n```c++\n firebase::ump::ConsentRequestParameters::ConsentRequestParameters()\n```"]]