feat(CON-171) : Summary consent screen #10

Merged
l.legrand merged 1 commits from feat(CON-171) into develop 2025-01-07 14:52:40 +01:00
Owner

feat(CON-172) : Detail consent screen
feat(-) : Send consent to BO to save them

feat(CON-172) : Detail consent screen feat(-) : Send consent to BO to save them
l.legrand added 1 commit 2025-01-07 11:26:07 +01:00
feat(CON-172) : Detail consent screen
feat(-) : Send consent to BO to save them
a.valin reviewed 2025-01-07 12:01:52 +01:00
@ -63,0 +91,4 @@
},
consentium = Consentium(
context = context,
"ApplicationId",
Owner

nommer le paramètre ;)

nommer le paramètre ;)
l.legrand marked this conversation as resolved
@ -0,0 +12,4 @@
object ConsentiumDefaults {
private const val SURFACE_PRIMARY_COLOR_BLEND_RATIO = 0.1f
Owner

Renommer en OUTLINE_COLOR_BLEND_RATIO. Aussi il y a vraiment d'un Color blend ici ?

Renommer en OUTLINE_COLOR_BLEND_RATIO. Aussi il y a vraiment d'un Color blend ici ?
l.legrand marked this conversation as resolved
@ -0,0 +36,4 @@
}
}
fun Any.toSpanStyle(): SpanStyle {
Owner

Un peu abusé de faire une méthode d'extension sur Any non ?
Tu pourrais faire ParcelableSpan.toSpanStyle()

Un peu abusé de faire une méthode d'extension sur Any non ? Tu pourrais faire ParcelableSpan.toSpanStyle()
l.legrand marked this conversation as resolved
l.legrand force-pushed feat(CON-171) from 5db3391b7d to 86a7020c2b 2025-01-07 14:48:03 +01:00 Compare
a.valin approved these changes 2025-01-07 14:49:15 +01:00
l.legrand merged commit 1f40d2fc98 into develop 2025-01-07 14:52:40 +01:00
l.legrand deleted branch feat(CON-171) 2025-01-07 14:52:41 +01:00
Sign in to join this conversation.
No description provided.