IEvsSensorsEvents

Sensors events callback interface

For receiving events triggered by the glasses sensors

See also

Functions

Link copied to clipboard
open fun onAmbient(lux: Float)

Override this function to be notified about the glasses ambient readings change

Link copied to clipboard

Override this function to be notified about the glasses proximity sensor

Link copied to clipboard
open fun onSensorEnableChange(sType: SensorType, isEnabled: Boolean)

Override this function to be notified when a sensor enable state was changed

Link copied to clipboard
open fun onSensorEnableRequested(sType: SensorType, isEnabledRequested: Boolean)

Override this function to be notified when a sensor enable change requested