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:
parent
678ac9a78e
commit
5c090be64a
4 changed files with 41 additions and 4 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue