21
21
#include < utility>
22
22
#include < vector>
23
23
24
- #include " firebase/internal/platform.h"
25
24
#include " firebase/internal/common.h"
25
+ #include " firebase/internal/platform.h"
26
26
27
27
#if FIREBASE_PLATFORM_ANDROID
28
28
#include < jni.h>
@@ -38,7 +38,7 @@ namespace gma {
38
38
namespace ump {
39
39
40
40
// / Debug values for testing geography.
41
- // /
41
+ // /
42
42
// / @deprecated This enum has been moved to the firebase::ump namespace.
43
43
enum ConsentDebugGeography {
44
44
// / Disable geography debugging.
@@ -52,7 +52,7 @@ enum ConsentDebugGeography {
52
52
// / Debug settings for `ConsentInfo::RequestConsentInfoUpdate()`. These let you
53
53
// / force a specific geographic location. Be sure to include debug device IDs to
54
54
// / enable this on hardware. Debug features are always enabled for simulators.
55
- // /
55
+ // /
56
56
// / @deprecated This struct has been moved to the firebase::ump namespace.
57
57
struct ConsentDebugSettings {
58
58
// / Create a default debug setting, with debugging disabled.
@@ -66,7 +66,7 @@ struct ConsentDebugSettings {
66
66
};
67
67
68
68
// / Parameters for the `ConsentInfo::RequestConsentInfoUpdate()` operation.
69
- // /
69
+ // /
70
70
// / @deprecated This struct has been moved to the firebase::ump namespace.
71
71
struct ConsentRequestParameters {
72
72
ConsentRequestParameters () : tag_for_under_age_of_consent(false ) {}
@@ -99,7 +99,7 @@ typedef void* FormParent;
99
99
// FIREBASE_PLATFORM_TVOS
100
100
101
101
// / Consent status values.
102
- // /
102
+ // /
103
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.
@@ -113,7 +113,7 @@ enum ConsentStatus {
113
113
};
114
114
115
115
// / Errors that can occur during a RequestConsentInfoUpdate operation.
116
- // /
116
+ // /
117
117
// / @deprecated This enum has been moved to the firebase::ump namespace.
118
118
enum ConsentRequestError {
119
119
// / The operation succeeded.
@@ -137,7 +137,7 @@ enum ConsentRequestError {
137
137
};
138
138
139
139
// / Status of the consent form, whether it is available to show or not.
140
- // /
140
+ // /
141
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
@@ -152,7 +152,7 @@ enum ConsentFormStatus {
152
152
};
153
153
154
154
// / Errors when loading or showing the consent form.
155
- // /
155
+ // /
156
156
// / @deprecated This enum has been moved to the firebase::ump namespace.
157
157
enum ConsentFormError {
158
158
// / The operation succeeded.
@@ -176,7 +176,7 @@ enum ConsentFormError {
176
176
};
177
177
178
178
// / Whether the privacy options need to be displayed.
179
- // /
179
+ // /
180
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
0 commit comments