2121#include < utility>
2222#include < vector>
2323
24- #include " firebase/internal/platform.h"
2524#include " firebase/internal/common.h"
25+ #include " firebase/internal/platform.h"
2626
2727#if FIREBASE_PLATFORM_ANDROID
2828#include < jni.h>
@@ -38,7 +38,7 @@ namespace gma {
3838namespace ump {
3939
4040// / Debug values for testing geography.
41- // /
41+ // /
4242// / @deprecated This enum has been moved to the firebase::ump namespace.
4343enum ConsentDebugGeography {
4444 // / Disable geography debugging.
@@ -52,7 +52,7 @@ enum ConsentDebugGeography {
5252// / Debug settings for `ConsentInfo::RequestConsentInfoUpdate()`. These let you
5353// / force a specific geographic location. Be sure to include debug device IDs to
5454// / enable this on hardware. Debug features are always enabled for simulators.
55- // /
55+ // /
5656// / @deprecated This struct has been moved to the firebase::ump namespace.
5757struct ConsentDebugSettings {
5858 // / Create a default debug setting, with debugging disabled.
@@ -66,7 +66,7 @@ struct ConsentDebugSettings {
6666};
6767
6868// / Parameters for the `ConsentInfo::RequestConsentInfoUpdate()` operation.
69- // /
69+ // /
7070// / @deprecated This struct has been moved to the firebase::ump namespace.
7171struct ConsentRequestParameters {
7272 ConsentRequestParameters () : tag_for_under_age_of_consent(false ) {}
@@ -99,7 +99,7 @@ typedef void* FormParent;
9999 // FIREBASE_PLATFORM_TVOS
100100
101101// / Consent status values.
102- // /
102+ // /
103103// / @deprecated This enum has been moved to the firebase::ump namespace.
104104enum ConsentStatus {
105105 // / Unknown status, e.g. prior to calling Request, or if the request fails.
@@ -113,7 +113,7 @@ enum ConsentStatus {
113113};
114114
115115// / Errors that can occur during a RequestConsentInfoUpdate operation.
116- // /
116+ // /
117117// / @deprecated This enum has been moved to the firebase::ump namespace.
118118enum ConsentRequestError {
119119 // / The operation succeeded.
@@ -137,7 +137,7 @@ enum ConsentRequestError {
137137};
138138
139139// / Status of the consent form, whether it is available to show or not.
140- // /
140+ // /
141141// / @deprecated This enum has been moved to the firebase::ump namespace.
142142enum ConsentFormStatus {
143143 // / Status is unknown. Call `ConsentInfo::RequestConsentInfoUpdate()` to
@@ -152,7 +152,7 @@ enum ConsentFormStatus {
152152};
153153
154154// / Errors when loading or showing the consent form.
155- // /
155+ // /
156156// / @deprecated This enum has been moved to the firebase::ump namespace.
157157enum ConsentFormError {
158158 // / The operation succeeded.
@@ -176,7 +176,7 @@ enum ConsentFormError {
176176};
177177
178178// / Whether the privacy options need to be displayed.
179- // /
179+ // /
180180// / @deprecated This enum has been moved to the firebase::ump namespace.
181181enum PrivacyOptionsRequirementStatus {
182182 // / Privacy options requirement status is unknown. Call
0 commit comments