You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/firebase_analytics/firebase_analytics/lib/src/firebase_analytics.dart
+17Lines changed: 17 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -128,24 +128,41 @@ class FirebaseAnalytics extends FirebasePluginPlatform {
128
128
/// Sets the applicable end user consent state.
129
129
/// By default, no consent mode values are set.
130
130
///
131
+
/// - [adStorageConsentGranted] - Enables storage, such as cookies, related to advertising. (Platform: Android, iOS, Web)
132
+
/// - [analyticsStorageConsentGranted] - Enables storage, such as cookies, related to analytics (for example, visit duration). (Platform: Android, iOS, Web)
/// - [adUserDataConsentGranted] - Sets consent for sending user data to Google for advertising purposes. (Platform: Android, iOS)
135
+
/// - [functionalityStorageConsentGranted] - Enables storage that supports the functionality of the website or app such as language settings. (Platform: Web)
136
+
/// - [personalizationStorageConsentGranted] - Enables storage related to personalization such as video recommendations. (Platform: Web)
137
+
/// - [securityStorageConsentGranted] - Enables storage related to security such as authentication functionality, fraud prevention, and other user protection. (Platform: Web)
138
+
///
131
139
/// Default consents can be set according to the platform:
0 commit comments