onConnectionStateChanged()
Tells the callback function when the connection state changes.
void onConnectionStateChanged(ConnectionState state)
Parameters
state
This indicates the latest VIVE AI Glasses connection status following an event.
See also
Connectivity and authentication
void connect (ViveGlassesClientCallback callback)
Initiates a connection with VIVE AI Glasses.
void disconnect ( )
Requests to disconnect from VIVE AI Glasses.
boolean isConnected ()
Checks the current connection status.
Enumerations
enum ConnectionState
This indicates the VIVE Eagle connection status.