github BlinkID/blinkid-verify-android v3.9.0

one month ago

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 to VerifyFieldType
    • ProcessResult to VerifyProcessResult
    • StringResult to VerifyStringResult
    • DateResult to VerifyDateResult
    • VerificationRequest to BlinkIdVerifyRequest
    • DocumentVerificationEndpointResponse to BlinkIdVerifyEndpointResponse
    • CaptureSession to VerifyCaptureSession
    • CaptureSessionSettings to VerifyCaptureSessionSettings
    • ProcessingStatus to VerifyProcessingStatus
    • ClassInfo to DocumentClassInfo
    • UnrecoverableErrorState to ErrorState
    • All enums are now in camel-case
  • renamed stepTimeoutDurationMs to stepTimeoutDuration and moved it to VerifyUxSettings class
  • numerous other fixes and improvements

Don't miss a new blinkid-verify-android release

NewReleases is sending notifications on new releases.