PrivmxEndpoint
Extends BasicPrivmxEndpoint with event callbacks dispatcher.
Parameters
set of modules to initialize; should contain Modules.THREAD to enable Thread module or Modules.STORE to enable Store module
Bridge's Endpoint URL
SolutionId
of the current project
user private key used to authorize; generated from: CryptoApi.generatePrivateKey or CryptoApi.derivePrivateKey2
Throws
thrown if there is an exception during init modules
thrown if there is a problem during login
thrown if there is an unknown problem during login
Constructors
Functions
Handles event and invokes all related callbacks. It should only be called by event loops.
Registers callbacks with the specified type.
Unregisters all callbacks registered by registerCallback.
Unregisters all callbacks registered by registerCallback and identified with given Context.