haveBiometricsChanged

Unlocking function that checks whether the device biometrics have changed. This method is only available when the SDKConfiguration uses setInvalidatedByBiometricChange(true) and LockConfigurationType other than NONE.

Return

true if the device biometrics settings have been changed, which means that the SDK biometrics keys are invalid.

false if the device biometrics have not changed, therefore meaning that the SDK biometric keys are valid.

Throws

if the SDK is configured with LockConfigurationType.NONE or your SDKConfiguration.invalidatedByBiometricChange is set to false.