Messages
Sending messages in Threads.
Before working with messages, 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.
Message data
, publicMeta
and privateMeta
fields support any kind of data formats encoded to byte arrays. Examples in this section use JSON format serialization which is available directly in Swift.
Messages inside Threads
Messages inside Threads are sent in binary format. Before sending a message, you need to decide on the message format and choose the appropriate data serialization method.
For more information about the Threads architecture and best practices for sending messages, visit the Threads Documentation
Sending Messages
Example of sending a message in Plain Text:
Getting Messages
Define message item struct with decoded data
and publicMeta
. This time we use some decoding of Data fields and mapping generic message to struct used within developed App:
Fetching the most recent messages in given Thread:
Managing Messages
Example of updating the message content:
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.