Introduction

The Omniwire SDK are designed to allow access to all of the features of the Omniwire platform, subject to you complying with the API Terms of Service. The end goal is to allow people to potentially recreate the entire platform on their own.

We have the possibility to integrate our solutions using our customizable user interface modules for Web, IOS and Android. If you are looking for this solution go to the section …

We recommend you to use Model-View-Controller(MVC) approach in your application, where SDK acts as a Model(business logic) and Controller by emitting state events subscribing on which you can change the View. More about state management you can read in the section …

SDK implements the same interface for JavaScript, Android and iOS. Below you can find a description of methods of JavaScript implementation.



Next