Threads
Threads are a secure way for assigned members to exchange encrypted messages.
Before working with Threads, 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.
Thread 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.
Working with Threads
To access Threads methods, get the field threadApi
from active connection. Connection should be initialized with Modules.THREAD
passed to PrivmxEndpoint()
.
Creating Threads
Creating a basic, unnamed Thread, which can act as an encrypted data container.
Getting Threads
Define Thread item class with decoded publicMeta
and privateMeta
:
Fetching the most recent Threads in given Context:
Managing Threads
To update a Thread 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)
- Thread's current version
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.