Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
silesky committed Apr 16, 2024
1 parent 25e4a21 commit 7d5117f
Showing 1 changed file with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,8 @@ export interface OneTrustSettings {
disableConsentChangedEvent?: boolean
/**
* Override configured consent model
* - opt-in (default) - load segment and all destinations without waiting for explicit consent.
* - opt-out (strict/GDPR) - wait for explicit consent before loading segment
*
* By default, the value is determined by `OneTrust.GetDomainData().ConsentModel` which is set in the OneTrust UI.
* - `opt-in` (strict/GDPR) - wait for explicit consent before loading segment and all destinations.
* - `opt-out` (default) - load segment and all destinations without waiting for explicit consent.
*/
consentModel?: () => 'opt-in' | 'opt-out'
/**
Expand Down

0 comments on commit 7d5117f

Please sign in to comment.