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:
parent
4125b8d759
commit
f3f9cb9301
11 changed files with 172 additions and 8 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue