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
BlinkIdVerifyCapture
contract that enables running the document capture process through an independent activity - added UI localization for 22 additional languages
- added additional
ErrorReason
for response codes - renamed many classes to ensure compatibility with BlinkID SDK:
FieldType
toVerifyFieldType
ProcessResult
toVerifyProcessResult
StringResult
toVerifyStringResult
DateResult
toVerifyDateResult
VerificationRequest
toBlinkIdVerifyRequest
DocumentVerificationEndpointResponse
toBlinkIdVerifyEndpointResponse
CaptureSession
toVerifyCaptureSession
CaptureSessionSettings
toVerifyCaptureSessionSettings
ProcessingStatus
toVerifyProcessingStatus
ClassInfo
toDocumentClassInfo
UnrecoverableErrorState
toErrorState
- All enums are now in camel-case
- renamed
stepTimeoutDurationMs
tostepTimeoutDuration
and moved it toVerifyUxSettings
class - numerous other fixes and improvements