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

DROID-3574 Analytics | ScreenTemplateSelector and ScreenTypeTemplateSelector events (#2369)

This commit is contained in:
Konstantin Ivanov 2025-04-30 10:14:37 +02:00 committed by Evgenii Kozlov
parent 678ac9a78e
commit 5c090be64a
4 changed files with 41 additions and 4 deletions

View file

@ -166,6 +166,7 @@ object EventsDictionary {
const val editTemplate = "EditTemplate"
const val duplicateTemplate = "DuplicateTemplate"
const val createTemplate = "CreateTemplate"
const val logScreenTemplateSelector = "ScreenTemplateSelector"
// Onboarding events
const val screenOnboarding = "ScreenOnboarding"
@ -178,6 +179,7 @@ object EventsDictionary {
const val logClickConflictFieldHelp = "ClickConflictFieldHelp"
const val logAddConflictRelation = "AddConflictRelation"
const val logResetToTypeDefault = "ResetToTypeDefault"
const val logScreenTypeTemplateSelector = "ScreenTypeTemplateSelector"
// Vault events