Overview
Inboxes are a secure way for assigned members to receive encrypted inbound traffic from public sources. 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.
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.
All policies in the following examples can be build with Policy Builders, according to Policies overview.
publicMeta
and privateMeta
fields in Inboxes support any kind of data formats encoded to byte arrays.
Examples in this section use JSON format serialization, which is available directly in Swift.
Working with Inboxes
To access Inbox methods, get the field inboxApi
from active connection. Connection should be initialized with [.inbox]
and passed to PrivmxEndpoint
.
Public session
Public submissions require using newPublicEndpoint
function, provided by the EndpointContainer
class, to establish a public connection to the Platform.
After connecting, create an InboxApi
instance, which allows to operate on Inboxes.
Alternatively You can init publicInboxApi
by:
Getting Public View
Users with public connection have access to the Public View which shares not encrypted fields of the Inbox, such as publicMeta
.
Assumptions
We use some structures in following examples:
Creating Inboxes
Creating a basic, unnamed Inbox, which can act as an encrypted data container:
Getting Inboxes
Fetching the most recent Inboxes in given Context:
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.