GazeManager AddConnectionStateListener Method C# SDK for The Eye Tribe Tracker
Adds a IConnectionStateListener to the TET C# client. This listener will recieve updates about change in connection state to the EyeTribe Server.

Namespace: TETCSharpClient
Assembly: TETCSharpClient (in TETCSharpClient.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public void AddConnectionStateListener(
	IConnectionStateListener listener
)

Parameters

listener
Type: TETCSharpClient IConnectionStateListener
The IConnectionStateListener instance to add
See Also