mirror of
https://github.com/cubixle/iabtcfv2.git
synced 2026-04-24 23:04:44 +01:00
Add RestrictionType type
This commit is contained in:
@@ -17,3 +17,12 @@ const (
|
||||
TcfVersion1 TcfVersion = 1
|
||||
TcfVersion2 TcfVersion = 2
|
||||
)
|
||||
|
||||
type RestrictionType int
|
||||
|
||||
const (
|
||||
RestrictionTypeNotAllowed RestrictionType = 0
|
||||
RestrictionTypeRequireConsent RestrictionType = 1
|
||||
RestrictionTypeRequireLI RestrictionType = 2
|
||||
RestrictionTypeUndefined RestrictionType = 3
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user