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
sessionLogFolderinRGLProcessParamsclass is now deprecated. UseRGLDocumentReaderResults.transactionInfo.sessionLogFolderinstead. - Method
statusinDocumentReaderAuthenticityResultclass is now deprecated. UseRGLDocumentReaderResults.status.detailsOptical.securityinstead. - Field
perspectiveAngleinRGLProcessParamsclass 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
sessionLogFolderinProcessParamclass is now deprecated. UseDocumentReaderResults.transactionInfo.sessionLogFolderinstead. - Method
getStatus()inDocumentReaderAuthenticityResultclass is now deprecated. UseDocumentReaderResults.status.getDetailsOptical().getSecurity()instead. - Field
perspectiveAngleinProcessParamclass 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