@@ -100,7 +100,7 @@ typedef void* FormParent;
100100
101101// / Consent status values.
102102// /
103- // / @deprecated This struct has been moved to the firebase::ump namespace.
103+ // / @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.
106106 kConsentStatusUnknown = 0 ,
@@ -114,7 +114,7 @@ enum ConsentStatus {
114114
115115// / Errors that can occur during a RequestConsentInfoUpdate operation.
116116// /
117- // / @deprecated This struct has been moved to the firebase::ump namespace.
117+ // / @deprecated This enum has been moved to the firebase::ump namespace.
118118enum ConsentRequestError {
119119 // / The operation succeeded.
120120 kConsentRequestSuccess = 0 ,
@@ -138,7 +138,7 @@ enum ConsentRequestError {
138138
139139// / Status of the consent form, whether it is available to show or not.
140140// /
141- // / @deprecated This struct has been moved to the firebase::ump namespace.
141+ // / @deprecated This enum has been moved to the firebase::ump namespace.
142142enum ConsentFormStatus {
143143 // / Status is unknown. Call `ConsentInfo::RequestConsentInfoUpdate()` to
144144 // / update this.
@@ -153,7 +153,7 @@ enum ConsentFormStatus {
153153
154154// / Errors when loading or showing the consent form.
155155// /
156- // / @deprecated This struct has been moved to the firebase::ump namespace.
156+ // / @deprecated This enum has been moved to the firebase::ump namespace.
157157enum ConsentFormError {
158158 // / The operation succeeded.
159159 kConsentFormSuccess = 0 ,
@@ -177,7 +177,7 @@ enum ConsentFormError {
177177
178178// / Whether the privacy options need to be displayed.
179179// /
180- // / @deprecated This struct has been moved to the firebase::ump namespace.
180+ // / @deprecated This enum has been moved to the firebase::ump namespace.
181181enum PrivacyOptionsRequirementStatus {
182182 // / Privacy options requirement status is unknown. Call
183183 // / `ConsentInfo::RequestConsentInfoUpdate()` to update.
0 commit comments