Version 2.2/Threads
Listening for Changes
Listening for events related new messages and updating your app's state accordingly will allow you to build e.g., instant messaging features.
Types of Events
The lists below outline all the event types available in Threads and messages in PrivMX.
Thread events:
threadCreated
- triggers when a new Thread is created in your ContextthreadDeleted
- triggers when a Thread is deleted from your ContextthreadUpdated
- triggers when a Thread is updatedthreadStatsChanged
- triggers when a message is sent to a thread or a message has been deleted
Message events:
threadNewMessage
- triggers a message was sent to a ThreadthreadDeletedMessage
triggers when a message was deleted from a ThreadthreadMessageUpdated
- triggers when a message was updated
Handling Thread and Message Events
The sample code on this page is based on the same assumptions.
Before receiving Events, your application has to start an event loop and subscribe to a specific channel. Afterwards you can setup a listener.
Here is an example how to do it in your own project:
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.