onSensorEnableRequested

open fun onSensorEnableRequested(sType: SensorType, isEnabledRequested: Boolean)

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

When the enable will be applied by the glasses, the onSensorEnableChange will be triggered

Parameters

sType

the sensor type

isEnabledRequested

true if enable was requested, otherwise false

See also