UpdatedSensorFingerprintRequiredDelegate Delegate
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Informs the application that a session is requesting an updated sensor fingerprint to help with anchor recall.
public delegate void UpdatedSensorFingerprintRequiredDelegate(object sender, SensorFingerprintEventArgs args);
type UpdatedSensorFingerprintRequiredDelegate = delegate of obj * SensorFingerprintEventArgs -> unit
Public Delegate Sub UpdatedSensorFingerprintRequiredDelegate(sender As Object, args As SensorFingerprintEventArgs)
Parameters
- sender
- Object
The session that is requesting optional sensor data for improving recall accuracy over time.
The event arguments that allow sensor properties to be set.