FaceLiveness-5.0.0
·
287 commits
to main
since this release
FaceLiveness 5.0.0
Breaking changes
- Updated
public enum ErrorType: Stringwith new
errorTypes. - Updated
SDKFailurenow only returnserrorType: ErrorType?and
description: String?,code: Int?was removed.
Removed deprecated delegates:
- Removed
didFinishLiveness(with faceLivenessResult: FaceLivenessResult)fromFaceLivenessDelegate, use
didFinishLiveness(with livenessResult: LivenessResult). - Removed
didFinishWithCancelled(with faceLivenessResult: FaceLivenessResult)fromFaceLivenessDelegate, use
didFinishWithCancelled(). - Removed
didFinishWithError(with faceLivenessErrorResult: FaceLivenessErrorResult)fromFaceLivenessDelegate, use
didFinishWithError(with sdkFailure: SDKFailure).
Full Changelog: FaceLiveness-4.0.0...FaceLiveness-5.0.0