Join Slack
Powered by
Hey folks, has anyone here implemented a way to tr...
# compose
a
Abdulahi
06/05/2023, 8:42 AM
Hey folks, has anyone here implemented a way to track
impression
of composables? When I say Impression, I mean when the composable is fully visible on screen
➕ 2
e
ephemient
06/05/2023, 2:47 PM
you could possibly do something with
https://developer.android.com/reference/kotlin/androidx/compose/ui/Modifier#(androidx.compose.ui.Modifier).onGloballyPositioned(kotlin.Function1)
a
Abdulahi
06/09/2023, 7:02 PM
I came across
this
at some point but I wanted to know if there was an alternative or someone else with a different approach
2
Views
Open in Slack
Previous
Next