Migration Guide: From 7.5 To 7.6
Mobile
iOS
Minimum Deployment target version changed from 12.0
to 13.0
.
Deprecated Fields and Methods
- Field
sessionLogFolder
inRGLProcessParams
class is now deprecated. UseRGLDocumentReaderResults.transactionInfo.sessionLogFolder
instead. - Method
status
inDocumentReaderAuthenticityResult
class is now deprecated. UseRGLDocumentReaderResults.status.detailsOptical.security
instead. - Field
perspectiveAngle
inRGLProcessParams
class is now deprecated.
Android
Content of the package com.regula.documentreader.api.ble
entirely moved to com.regula.common.ble
. All related imports need to be updated:
import com.regula.common.ble.BLEWrapper;
import com.regula.common.ble.BleWrapperCallback;
import com.regula.common.ble.RegulaBleService;
import com.regula.common.ble.callback.BleManagerCallback;
import com.regula.documentreader.api.ble.BLEWrapper;
import com.regula.documentreader.api.ble.BleWrapperCallback;
import com.regula.documentreader.api.ble.RegulaBleService;
import com.regula.documentreader.api.ble.callback.BleManagerCallback;
Deprecated Fields and Methods
- Field
sessionLogFolder
inProcessParam
class is now deprecated. UseDocumentReaderResults.transactionInfo.sessionLogFolder
instead. - Method
getStatus()
inDocumentReaderAuthenticityResult
class is now deprecated. UseDocumentReaderResults.status.getDetailsOptical().getSecurity()
instead. - Field
perspectiveAngle
inProcessParam
class is now deprecated.
For more details, see the Mobile API Reference Documentation.
Web Component
UI and UX Changes
The position of the hint status message, defined by the statusPositionMultiplier
parameter, is now calculated relative to the entire camera screen instead of the camera frame, as it was previously.
Web Clients
Python client package name updated:
regula_documentreader_webclient
regula.documentreader.webclient