CanIO

Class Overview

This class exists to facilitate initializing the library and bootstrapping connections.

Static Methods

CanIOManager init(Context, UUID) The main entry point of the library. All apps must call this function to initialize the library. Before calling this, the CanIO services are not listening and it's not possible to discover peers.
CanIOManager getManager() Returns the singleton instance of the CanIOManager object
Context getContext() returns the context supplied in the call to init