Skip to content

Commit

Permalink
feat: add purpose 11: Use limited data to select content (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
bcyran committed Dec 11, 2023
1 parent 15bca6b commit bafaa9d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions packages/iabtcf_consent_info/lib/iabtcf_consent_info.dart
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,12 @@ enum DataUsagePurpose {
/// See:
/// - [Policy](https://iabeurope.eu/iab-europe-transparency-consent-framework-policies/#Purpose_10__Develop_and_improve_products)
developAndImproveProducts,

/// Use limited data to select content
///
/// See:
/// - [Policy](https://iabeurope.eu/iab-europe-transparency-consent-framework-policies)
useLimitedDataToSelectContent,
}

/// Minimal IAB TCF consent information which is available when a CMP SDK has
Expand Down

0 comments on commit bafaa9d

Please sign in to comment.