isConnected()
Checks the current connection status.
boolean isConnected()
Return value
true if there is a connection with VIVE AI Glasses; otherwise, false .
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.
Responding from VIVE AI Glasses event
void onConnectionStateChanged (ConnectionState state)
Tells the callback function when the connection state changes.