GazeManager HasCalibrationResultListener Method C# SDK for The Eye Tribe Tracker
Checkes if a given instance of ICalibrationResultListener is currently attached.

Namespace: TETCSharpClient
Assembly: TETCSharpClient (in TETCSharpClient.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public bool HasCalibrationResultListener(
	ICalibrationResultListener listener
)

Parameters

listener
Type: TETCSharpClient ICalibrationResultListener

[Missing <param name="listener"/> documentation for "M:TETCSharpClient.GazeManager.HasCalibrationResultListener(TETCSharpClient.ICalibrationResultListener)"]

Return Value

Type: Boolean
True if already attached, false otherwise
See Also