mirror of
https://github.com/anyproto/anytype-kotlin.git
synced 2025-06-08 05:47:05 +09:00
DROID-1706 Analytics | SelectObjectType event (#515)
This commit is contained in:
parent
63116754d5
commit
d472f3e8d0
5 changed files with 54 additions and 7 deletions
|
@ -57,6 +57,7 @@ object EventsDictionary {
|
|||
const val searchResult = "SearchResult"
|
||||
const val searchWords = "SearchWords"
|
||||
const val objectTypeChanged = "ChangeObjectType"
|
||||
const val selectObjectType = "SelectObjectType"
|
||||
const val objectLayoutChange = "ChangeLayout"
|
||||
const val objectSetIcon = "SetIcon"
|
||||
const val objectRemoveIcon = "RemoveIcon"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue