UpdatedSensorFingerprintRequiredDelegate Delegato

Definizione

Informa l'applicazione che una sessione richiede un'impronta digitale del sensore aggiornata per facilitare il richiamo dell'ancoraggio.

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)

Parametri

sender
Object

Sessione che richiede dati del sensore facoltativi per migliorare l'accuratezza del richiamo nel tempo.

args
SensorFingerprintEventArgs

Argomenti dell'evento che consentono l'impostazione delle proprietà del sensore.

Si applica a