Entries
All the data sent by someone to an Inbox is called an Entry. In Threads and Stores, a user must be assigned to the container to send data. In Inboxes, however, anyone who has Inbox ID can send a reply (assuming they have the Bridge URL and Solution ID).
The sample code on this page is based on the initial assumptions.
Entry's publicMeta
and privateMeta
fields support any kind of data formats encoded to byte arrays. Examples in this section use kotlinx-serialization-json-jvm
dependency for Kotlin and com.google.code.gson:gson
for Java to serialize object to JSON format.
Sending Entries using Public API
Public submissions require using platformConnectPublic
function, provided by the Connection
class, to establish a public connection to the platform.
After connecting, create an InboxApi
instance, which allows to operate on Inboxes.
Assuming you need some kind of structure in entries, define a data struct InboxPublicEntryData
, and its instance:
Define structure of data sending to Inbox entry:
Now, having established public connection and inboxApi
, you can send data to the Inbox:
Getting Entries
Created entries can be listed by non-public connections created using PrivmxEndpoint
class.
Fetching the most recent Entries in given Inbox:
Reading Entries Files
Files from Entries can be read by non-public connections created using PrivmxEndpoint
class.
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.