UpdatedSensorFingerprintRequiredDelegate Delegate

Definition

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.

args
SensorFingerprintEventArgs

The event arguments that allow sensor properties to be set.

Applies to