Events
CollectionChangedEventData
Fields
affectedItemsCount
Long
Count of affected items.
items
List<CollectionItemChange>
List of item changes.
moduleId
String
ID of the module.
moduleType
String
Type of the module.
ContextCustomEventData
Fields
contextId
String
Context ID
payload
byte[]
Event's actual payload
schemaVersion
Long
Version of the event data structure and how it is encoded/encrypted
statusCode
Long
Payload decryption status
userId
String
User ID (event's sender)
ContextUserEventData
Fields
contextId
String
ID of the Context.
user
UserWithPubKey
User.
ContextUsersStatusChangedEventData
Fields
contextId
String
ID of the Context.
users
List<UserWithAction>
List of users with their changed statuses.
Event
Fields
channel
String
The event channel.
connectionId
Long
ID of connection for this event.
data
T
The data payload associated with the event.
The type of this data is determined by the generic type parameter T.
subscriptions
List<String>
List of subscription IDs to which the event is related.
timestamp
Long
Timestamp of the event. Represents the point in time when event occurred.
- For events received from Bridge, this value comes from Bridge.
- For events generated in the library, this is a local timestamp.
type
String
Type of the event.
InboxDeletedEventData
Fields
inboxId
String
ID of the deleted Inbox.
InboxEntryDeletedEventData
Fields
entryId
String
ID of the deleted entry.
inboxId
String
ID of the deleted entry's Inbox.
KvdbDeletedEntryEventData
Fields
kvdbEntryKey
String
Key of deleted Entry
kvdbId
String
KVDB ID
KvdbDeletedEventData
Fields
kvdbId
String
KVDB ID
KvdbStatsEventData
Fields
entries
Long
Updated number of entries in the KVDB
kvdbId
String
KVDB ID
lastEntryDate
Long
Timestamp of the most recent KVDB item
StoreDeletedEventData
Fields
storeId
String
ID of the deleted Store.
StoreFileDeletedEventData
Fields
contextId
String
ID of the Store's Context.
fileId
String
ID of the deleted file.
storeId
String
ID of the deleted file's Store.
StoreFileUpdatedEventData
Fields
changes
List<FileChange>
List of file changes
file
File
File meta
StoreStatsChangedEventData
Fields
contextId
String
ID of the changed Store's Context.
filesCount
Long
Updated number of files in the Store.
lastFileDate
Long
Updated date of the last file in the Store.
storeId
String
ID of the changed Store.
ThreadDeletedEventData
Fields
threadId
String
ID of the deleted Thread.
ThreadDeletedMessageEventData
Fields
messageId
String
ID of the deleted Message.
threadId
String
ID of the deleted message's Thread.
ThreadStatsEventData
Fields
lastMsgDate
Long
Timestamp of the most recent Thread message.
messagesCount
Long
Updated number of messages in the Thread.
threadId
String
ID of the changed Thread.
We use cookies on our website. We use them to ensure the proper functioning of the site and, if you agree, for purposes we set, such as analytics or marketing.