You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
Major code refactoring
Ability to listen on events (READY, CHANGE, FAILED)
waitForInitialization - synchronous initialization, waiting for all processors to be ready
Now you can work with more SDK keys using constructors
Singleton implemented
Now we can use connectors and currently implemented are Harness and Local. Local is used only in development of your project or testing. Customized connectors can be easily implemented using Connector interface
Storage support for asynchronous initialization or offline usage. For the moment we have one FileMapStore but you can create your own storage class by implementing Storage interface