Package-level declarations
Types
Link copied to clipboard
class ContextCustomEventData @JvmOverloads constructor(val contextId: String, val userId: String, val data: ByteArray, val statusCode: Long? = null)
Holds information about emitted custom event.
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 data of event that arrives when KVDB entry is deleted.
Link copied to clipboard
Holds data of event that arrives when KVDB is deleted.
Link copied to clipboard
Holds data of event that arrives when KVDB stats change.
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.