@@ -100,7 +100,7 @@ typedef void* FormParent;
100
100
101
101
// / Consent status values.
102
102
// /
103
- // / @deprecated This struct has been moved to the firebase::ump namespace.
103
+ // / @deprecated This enum has been moved to the firebase::ump namespace.
104
104
enum ConsentStatus {
105
105
// / Unknown status, e.g. prior to calling Request, or if the request fails.
106
106
kConsentStatusUnknown = 0 ,
@@ -114,7 +114,7 @@ enum ConsentStatus {
114
114
115
115
// / Errors that can occur during a RequestConsentInfoUpdate operation.
116
116
// /
117
- // / @deprecated This struct has been moved to the firebase::ump namespace.
117
+ // / @deprecated This enum has been moved to the firebase::ump namespace.
118
118
enum ConsentRequestError {
119
119
// / The operation succeeded.
120
120
kConsentRequestSuccess = 0 ,
@@ -138,7 +138,7 @@ enum ConsentRequestError {
138
138
139
139
// / Status of the consent form, whether it is available to show or not.
140
140
// /
141
- // / @deprecated This struct has been moved to the firebase::ump namespace.
141
+ // / @deprecated This enum has been moved to the firebase::ump namespace.
142
142
enum ConsentFormStatus {
143
143
// / Status is unknown. Call `ConsentInfo::RequestConsentInfoUpdate()` to
144
144
// / update this.
@@ -153,7 +153,7 @@ enum ConsentFormStatus {
153
153
154
154
// / Errors when loading or showing the consent form.
155
155
// /
156
- // / @deprecated This struct has been moved to the firebase::ump namespace.
156
+ // / @deprecated This enum has been moved to the firebase::ump namespace.
157
157
enum ConsentFormError {
158
158
// / The operation succeeded.
159
159
kConsentFormSuccess = 0 ,
@@ -177,7 +177,7 @@ enum ConsentFormError {
177
177
178
178
// / Whether the privacy options need to be displayed.
179
179
// /
180
- // / @deprecated This struct has been moved to the firebase::ump namespace.
180
+ // / @deprecated This enum has been moved to the firebase::ump namespace.
181
181
enum PrivacyOptionsRequirementStatus {
182
182
// / Privacy options requirement status is unknown. Call
183
183
// / `ConsentInfo::RequestConsentInfoUpdate()` to update.
0 commit comments