GazeManager AddCalibrationResultListener Method C# SDK for The Eye Tribe Tracker
Adds a ICalibrationResultListener to the TET C# client. This listener will recieve updates about calibration state changes.

Namespace: TETCSharpClient
Assembly: TETCSharpClient (in TETCSharpClient.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public void AddCalibrationResultListener(
	ICalibrationResultListener listener
)

Parameters

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