Overview
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 same assumptions
Working with Threads
When working with Threads, you will use the following:
ThreadApi
- provides methods used to manage Threads in given Context
Creating Threads
Creating a basic, unnamed Thread, which can act as an encrypted data container:
Fetching Threads
Fetching the most recent Threads in given Context:
As a result you will receive an object:
A detailed description of the Thread
object fields can be found here.
Modifying Threads
How Updates Work
To update a Thread you must always provide a full list of parameters.
The updateThread(...)
method needs all the parameters as in the createThread(...)
method and a few more. If we want to update
one of the parameters - we provide it in a new modified form. If - on the other hand - we want to leave
the parameter unchanged, we provide it as it was before. All current values of the parameters of a given Thread can be
obtained using getThread(threadId)
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.