I need to track button clicks for analytics purpos...
# compose
a
I need to track button clicks for analytics purposes. Any way of doing that in some "automatic" way, without requesting people to use a wrapper around
clickable
modifier every time they add a button or other clickable composable?
🚫 1