PrivmxEndpoint
Extends BasicPrivmxEndpoint with event callbacks dispatcher.
Constructors
PrivmxEndpoint
Calls BasicPrivmxEndpoint#BasicPrivmxEndpoint(Set, String, String, String).
Params
enableModule
Set<Modules>
set of modules to initialize; should contain Modules#THREAD to enable Thread module or Modules#STORE to enable Store module
userPrivateKey
String
user private key used to authorize; generated from: CryptoApi#generatePrivateKey or CryptoApi#derivePrivateKey
solutionId
String
SolutionId
of the current project
bridgeUrl
String
Bridge's Endpoint URL
Methods
handleEvent
Handles event and invokes all related callbacks. It should only be called by event loops.
Params
event
Event<?>
event to handle
registerCallback
Registers callbacks with the specified type.
Params
context
Object
an object that identifies callbacks in the list
eventType
EventType<T>
type of event to listen to
callback
EventCallback<T>
a block of code to execute when event was handled
unregisterAll
Unregisters all callbacks registered by #registerCallback(Object, EventType, EventCallback).
unregisterCallbacks
Unregisters all callbacks registered by #registerCallback(Object, EventType, EventCallback) and identified with given Context.
Params
context
Object
an object that identifies callbacks in the list.
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.