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
Deprecated.
This struct has been moved to the firebase::ump
namespace.
Constructors and Destructors
Debug settings for the consent request.
bool
Whether the user is under the age of consent.
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 2025-08-20 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 2025-08-20 UTC."],[],["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"]]