1
0
Fork 0
mirror of https://github.com/anyproto/anytype-kotlin.git synced 2025-06-08 05:47:05 +09:00

DROID-3226 Analytics | Enhancement | Add analytics for the new navigation flow (#2078)

This commit is contained in:
Evgenii Kozlov 2025-02-10 13:23:00 +01:00 committed by Evgenii Kozlov
parent a8e00b3f62
commit cf36b0b1a1
9 changed files with 126 additions and 30 deletions

View file

@ -191,6 +191,8 @@ object EventsDictionary {
const val CLICK_ONBOARDING_TOOLTIP_TYPE_CLOSE = "Close"
// Sharing spaces
const val clickQuote = "ClickQuote"
const val shareSpace = "ShareSpace"
const val screenSettingsSpaceShare = "ScreenSettingsSpaceShare"
const val screenStopShare = "ScreenStopShare"