Skip to content

Commit

Permalink
Add Autoconsent onByDefault subfeature
Browse files Browse the repository at this point in the history
  • Loading branch information
dus7 committed Jan 31, 2024
1 parent 8e8ffb4 commit dedc3c2
Showing 1 changed file with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -94,3 +94,11 @@ public enum SyncSubfeature: String, PrivacySubfeature {
case level2AllowSetupFlows
case level3AllowCreateAccount
}

public enum AutoconsentSubfeature: String, PrivacySubfeature {
public var parent: PrivacyFeature {
.autoconsent
}

case onByDefault
}

0 comments on commit dedc3c2

Please sign in to comment.