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 that captures successful platform connection 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 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 stats 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.