feat(CON-173) : [SDK] - Module d'exécution de code en fonction des consentements #6

Merged
l.zborowski merged 1 commits from feat(CON-173) into develop 2024-12-12 15:31:02 +01:00
Owner
Ticket : https://youtrack.openium.fr/agiles/105-280/106-1288?issue=CON-173
l.legrand added 1 commit 2024-12-12 14:16:26 +01:00
l.legrand force-pushed feat(CON-173) from fae123d8e7 to 2c4782b5c6 2024-12-12 14:34:08 +01:00 Compare
l.zborowski requested changes 2024-12-12 14:59:51 +01:00
@ -0,0 +1,30 @@
package fr.openium.consentium.api.model
enum class VendorIdentifier {
CRASHLYTICS,
Owner

Crashlytics est requis pour chaque app, ce n'est pas vraiment un vendor

Crashlytics est requis pour chaque app, ce n'est pas vraiment un vendor
l.zborowski marked this conversation as resolved
@ -0,0 +4,4 @@
CRASHLYTICS,
MATOMO,
GA4,
PIANO,
Owner

piano n'est plus dans la liste des vendors

piano n'est plus dans la liste des vendors
l.zborowski marked this conversation as resolved
@ -0,0 +14,4 @@
"vendor-crashlytics" -> CRASHLYTICS
"vendor-matomo" -> MATOMO
"vendor-ga4" -> GA4
"vendor-piano" -> PIANO
Owner

pareil

pareil
l.zborowski marked this conversation as resolved
@ -0,0 +24,4 @@
CRASHLYTICS -> "vendor-crashlytics"
MATOMO -> "vendor-matomo"
GA4 -> "vendor-ga4"
PIANO -> "vendor-piano"
Owner

pareil

pareil
l.zborowski marked this conversation as resolved
l.zborowski added 2 commits 2024-12-12 15:09:18 +01:00
l.zborowski added 1 commit 2024-12-12 15:10:13 +01:00
revert Merge remote-tracking branch 'origin/feat(CON-173)' into feat(CON-173)

# Conflicts:
#	build.gradle.kts
#	gradle/libs.versions.toml
l.zborowski added 1 commit 2024-12-12 15:11:09 +01:00
l.zborowski force-pushed feat(CON-173) from 5b83b7209b to 62e426c38d 2024-12-12 15:28:10 +01:00 Compare
l.zborowski merged commit 3bfe96b1de into develop 2024-12-12 15:31:02 +01:00
Sign in to join this conversation.
No description provided.