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: lib/src/ads_settings.dart
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -27,22 +27,22 @@ abstract class AdsSettings {
27
27
/// to determine the consent status of the IAB vendor with the provided ID.
28
28
///
29
29
/// @param vendorId Vendor ID as defined in the Global Vendor List.
30
-
/// @return [ConsentStatus.ACCEPTED] if the advertising entity has consent, [ConsentStatus.DENIED] if not, or [ConsentStatus.UNDEFINED] if VendorConsents is not available on disk.
30
+
/// @return [ConsentStatus.accepted] if the advertising entity has consent, [ConsentStatus.denied] if not, or [ConsentStatus.undefined] if VendorConsents is not available on disk.
/// Parses the [SharedPreferences] string with key `IABTCF_AddtlConsent`
35
35
/// to determine the consent status of the advertising entity with the provided Ad Technology Provider (ATP) ID.
36
36
///
37
37
/// @param providerId ATP ID of the advertising entity (e.g. 89 for Meta Audience Network).
38
-
/// @return [ConsentStatus.ACCEPTED] if the advertising entity has consent, [ConsentStatus.DENIED] if not, or [ConsentStatus.UNDEFINED] if AddtlConsent is not available on disk.
38
+
/// @return [ConsentStatus.accepted] if the advertising entity has consent, [ConsentStatus.denied] if not, or [ConsentStatus.undefined] if AddtlConsent is not available on disk.
0 commit comments