ITrackerStateListener MethodsC# SDK for The Eye Tribe Tracker

The ITrackerStateListener type exposes the following members.

Methods
  NameDescription
Public methodOnScreenStatesChanged
A notification call back indicating that main screen index has changed. This is only relevant for multiscreen setups. Implementing classes should update themselves accordingly if needed. Register for updates through GazeManager.AddTrackerStateListener().
Public methodOnTrackerStateChanged
A notification call back indicating that state of connected Tracker device has changed. Use this to detect if a tracker has been connected or disconnected. Implementing classes should update themselves accordingly if needed. Register for updates through GazeManager.AddTrackerStateListener().
Top
See Also