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

DROID-2736 Version History | Analytics (#1475)

This commit is contained in:
Konstantin Ivanov 2024-08-12 12:40:59 +02:00 committed by GitHub
parent 78570899e1
commit d33cada78a
Signed by: github
GPG key ID: B5690EEEBB952194
4 changed files with 46 additions and 2 deletions

View file

@ -206,6 +206,11 @@ object EventsDictionary {
const val leaveSpace = "LeaveSpace"
const val approveLeaveRequest = "ApproveLeaveRequest"
//Version history
const val screenHistory = "ScreenHistory"
const val screenHistoryVersion = "ScreenHistoryVersion"
const val restoreFromHistory = "RestoreFromHistory"
const val searchBacklink = "SearchBacklink"
object SharingSpacesTypes {