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

DROID-3195 Primitives | Analytics (#2315)

This commit is contained in:
Konstantin Ivanov 2025-04-15 13:21:27 +02:00 committed by GitHub
parent 4125b8d759
commit f3f9cb9301
Signed by: github
GPG key ID: B5690EEEBB952194
11 changed files with 172 additions and 8 deletions

View file

@ -171,6 +171,13 @@ object EventsDictionary {
const val clickOnboarding = "ClickOnboarding"
const val clickLogin = "ClickLogin"
//Primitives
const val logScreenEditType = "ScreenEditType"
const val logReorderRelation = "ReorderRelation"
const val logClickConflictFieldHelp = "ClickConflictFieldHelp"
const val logAddConflictRelation = "AddConflictRelation"
const val logResetToTypeDefault = "ResetToTypeDefault"
// Vault events
const val screenVault = "ScreenVault"
@ -325,6 +332,8 @@ object EventsDictionary {
const val gallery = "Gallery"
const val notification = "Notification"
const val featuredRelations = "FeaturedRelations"
const val objectRoute = "Object"
const val typeRoute = "Type"
}
object Type {