disconnect()
Requests to disconnect from VIVE AI Glasses.
func disconnect ( )
See also
Connectivity and authentication
func connect () throws
Initiates a connection with VIVE AI Glasses.
func connect (callbackURLScheme:string) throws
Initiates a connection with VIVE AI Glasses using a custom URL scheme.
func isConnected () -> Bool
Checks the current connection status.
Responding from VIVE AI Glasses event
func glasses(didUpdateConnectionState: ConnectionState)
Tells the delegate when the connection state changes.