1
0
Fork 0
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:
Konstantin Ivanov 2023-11-07 11:42:34 +01:00 committed by GitHub
parent 63116754d5
commit d472f3e8d0
Signed by: github
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 54 additions and 7 deletions

View file

@ -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"