v3.9.0
BlinkID integration
BlinkID SDK is now fully integrated into BlinkID Verify SDK.
All BlinkID-specific functionalities, like document extraction, may now be used in a session completely independent of the Verify session.
There is no need to declare BlinkID dependencies as all of the files are automatically included.
API changes:
- added
BlinkIdVerifyCapturecontract that enables running the document capture process through an independent activity - added UI localization for 22 additional languages
- added additional
ErrorReasonfor response codes - renamed many classes to ensure compatibility with BlinkID SDK:
FieldTypetoVerifyFieldTypeProcessResulttoVerifyProcessResultStringResulttoVerifyStringResultDateResulttoVerifyDateResultVerificationRequesttoBlinkIdVerifyRequestDocumentVerificationEndpointResponsetoBlinkIdVerifyEndpointResponseCaptureSessiontoVerifyCaptureSessionCaptureSessionSettingstoVerifyCaptureSessionSettingsProcessingStatustoVerifyProcessingStatusClassInfotoDocumentClassInfoUnrecoverableErrorStatetoErrorState- All enums are now in camel-case
- renamed
stepTimeoutDurationMstostepTimeoutDurationand moved it toVerifyUxSettingsclass - numerous other fixes and improvements