Overview
Inboxes are a secure way for assigned members to receive encrypted inbound traffic from public sources.
Before working with Inboxes, follow our Getting Started Guide. It will show you how to set up your project to work with PrivMX Bridge.
The sample code on this page is based on the initial assumptions.
Inbox 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.
What is an Inbox?
Inbox is a container, which is designed to be accessed only by the assigned users. It is managed similarly as Threads and Stores. However, writing to an Inbox is possible with public API, which doesn't require writer registration and access specification.
Working with Inboxes
To access Threads methods, get the field inboxApi
from active connection. Connection should be initialized with Modules.INBOX
and passed to PrivmxEndpoint()
.
Creating Inboxes
Creating a basic, unnamed Inbox, which can act as an encrypted data container:
Getting Inboxes
Define Inbox item class with decoded publicMeta
and privateMeta
:
Fetching the most recent Inboxes in given Context:
Getting Public View
Users with public connection (created by Connection.platformConnectPublic
)
have access to the Public View which shares not encrypted fields of the Inbox, such as publicMeta
.
Managing Inboxes
To update an Inbox you must always provide its current version, as well as:
- list of users
- list of managers
- new private and public meta (even if it didn't change)
- Inbox's current version
- Inbox FilesConfig
true
if update action should be forced
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.