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

DROID-2866 All content | Analytics (#1631)

This commit is contained in:
Konstantin Ivanov 2024-10-07 10:07:26 +02:00 committed by GitHub
parent b24e2b94fe
commit d37cbb4ece
Signed by: github
GPG key ID: B5690EEEBB952194
5 changed files with 189 additions and 6 deletions

View file

@ -211,6 +211,15 @@ object EventsDictionary {
const val screenHistoryVersion = "ScreenHistoryVersion"
const val restoreFromHistory = "RestoreFromHistory"
//All content
const val screenAllContent = "ScreenLibrary"//+
const val changeLibraryType = "ChangeLibraryType"
const val changeLibraryTypeLink = "ChangeLibraryTypeLink"
const val searchInput = "SearchInput"
const val libraryResult = "LibraryResult"
const val changeLibrarySort = "ChangeLibrarySort"//+
const val screenBin = "ScreenBin"//+
const val searchBacklink = "SearchBacklink"
object SharingSpacesTypes {
@ -277,7 +286,7 @@ object EventsDictionary {
const val objCreateSet = "Set"
const val objCreateHome = "Home"
const val objCreateCollection = "Collection"
const val objCreateLibrary = "Library"
const val allContentRoute = "Library"
const val objCreateMention = "Mention"
const val objPowerTool = "Powertool"
const val objLink = "Link"
@ -349,4 +358,5 @@ object EventsPropertiesKey {
const val name = "name"
const val spaceType = "spaceType"
const val permissions = "permissions"
const val sort = "sort"
}