Package-level declarations
Types
Link copied to clipboard
Holds information about deleted Inbox.
Link copied to clipboard
Holds information about a entry deleted from Inbox.
Link copied to clipboard
Holds information about deleted Store.
Link copied to clipboard
data class StoreFileDeletedEventData(val fileId: String, val contextId: String, val storeId: String)
Holds information about a file deleted from Store.
Link copied to clipboard
data class StoreStatsChangedEventData(val storeId: String, val contextId: String, val lastFileDate: Long?, val filesCount: Long?)
Holds information about changes in a Store's statistics.
Link copied to clipboard
Holds information about a deleted Thread.
Link copied to clipboard
Holds information about a message deleted from a Thread.
Link copied to clipboard
data class ThreadStatsEventData(val threadId: String, val lastMsgDate: Long?, val messagesCount: Long?)
Holds information about changes in a Thread's statistics.