IEvs App
The SDK Main entry point
The IEvsApp interface enables access to all SDK capabilities
Typical application flow:
start or startExt must be called in order to start working wth the SDK
The ApiKey should exist in the application assets (see UI guidelines or the samples projects)
comm for defining the glasses address and connect them
screens for displaying information on the glasses
stop to stop working with the SDK (terminates the SDK)
Functions
receive the SDK authentication service to handle the licensing flow
receive the communication service to handle the communication to the glasses
receive the display service to handle the glasses display
Return the SDK version string
receive the glasses service to handle the glasses state
receive the OTA service to handle the glasses firmware updates
register to the application events
receive the screens service to handle the glasses UI screens
receive the sensors service to handle the glasses sensors
unregister from application events