Skip to content

FaceLiveness-5.0.0

Choose a tag to compare

@marcuscaf marcuscaf released this 30 Apr 15:25
· 287 commits to main since this release
68c45c6

FaceLiveness 5.0.0

Breaking changes

  • Updated public enum ErrorType: String with new
    errorTypes.
  • Updated SDKFailure now only returns errorType: ErrorType? and
    description: String?, code: Int? was removed.

Removed deprecated delegates:

  • Removed didFinishLiveness(with faceLivenessResult: FaceLivenessResult) from FaceLivenessDelegate , use
    didFinishLiveness(with livenessResult: LivenessResult).
  • Removed didFinishWithCancelled(with faceLivenessResult: FaceLivenessResult) from FaceLivenessDelegate , use
    didFinishWithCancelled().
  • Removed didFinishWithError(with faceLivenessErrorResult: FaceLivenessErrorResult) from FaceLivenessDelegate , use
    didFinishWithError(with sdkFailure: SDKFailure).

Full Changelog: FaceLiveness-4.0.0...FaceLiveness-5.0.0