EventType
Defines the structure to register PrivMX Bridge event callbacks using PrivmxEndpoint.registerCallback.
Parameters
the type of data contained in the Event
Inheritors
Constructors
Types
Predefined event type to catch collection change events.
Predefined event type that captures successful platform connection events.
Type to register for custom Context Events.
Returns instance to register for user added to the Context events.
Returns instance to register for user removed from the Context events.
Returns instance to register for user status change events.
Predefined event type to catch disconnection events.
Predefined event type to catch created Inbox events.
Predefined event type to catch deleted Inbox events.
Type to register on created entry Events.
Type to register on deleting entries Events.
Predefined event type to catch update Inbox events.
Predefined event type to catch created KVDB events.
Predefined event type to catch deleted KVDB events.
Predefined event type to catch deleted KVDB entries events.
Predefined event type to catch updated KVDB entries events.
Predefined event type to catch created KVDB entries events.
Predefined event type to catch updated KVDB stats events.
Predefined event type to catch updated KVDB events.
Predefined event type to catch special events. This type could be used to emit/handle events with custom implementations (e.g. to break event loops).
Predefined event type to catch created Store events.
Predefined event type to catch deleted Store events.
Type to register on created file Events.
Type to register on deleted file Events.
Type to register on file update Events.
Predefined event type to catch updated Store stats events.
Predefined event type to catch updated Store events.
Predefined event type to catch created Thread events.
Predefined event type to catch deleted Thread events.
Type to register on deleted message Events.
Type to register on message update Events.
Type to register on new message Events.
Predefined event type to catch updated Thread stats events.
Predefined event type to catch updated Thread events.
Properties
Channel name for a ContextCustomEvent, otherwise null for other event types.
Type of the event data.
Id of the chosen selector.
Scope in which you listen for events.
The type of event to listen for.