Events
Events enable your application to react dynamically to changes within user context.
Before working with Events, 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.
These events are triggered automatically when a relevant change occurs. You can subscribe to them by registering event listeners. This allows you to respond to changes as they happen in real-time.
Caveats
- All callback are related to the connection on which they were registered.
- Calling
PrivmxEndpointContainer.stopListening()
does not delete event listeners. - Disconnecting deletes all event listeners related to the connection.
Quick start
Start the event loop:
Add event listener for 'ThreadCreatedEvent' related with callbackID
Remove the event listener when no longer needed:
Unregister callbacks
Unregister all callbacks identified by callbacksID
:
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.