Package io.anyline2.wrapper.legacy
Object LegacyPluginHelper
-
- All Implemented Interfaces:
public class LegacyPluginHelper
-
-
Field Summary
Fields Modifier and Type Field Description public final static LegacyPluginHelper
INSTANCE
-
Method Summary
-
-
Method Detail
-
getWrapperSessionSdkInitializationRequestJson
final static JSONObject getWrapperSessionSdkInitializationRequestJson(String licenseKey, Boolean enableOfflineCache, String assetPathPrefix)
-
getDefaultScanResultImageContainer
final static ExportedScanResultImageContainer getDefaultScanResultImageContainer(Context context, Boolean shouldReturnImages)
-
getDefaultScanResultImageParameters
final static ExportedScanResultImageParameters getDefaultScanResultImageParameters()
-
getDefaultScanResultCleanStrategy
final static WrapperSessionScanResultConfig.WrapperSessionScanResultCleanStrategyConfig getDefaultScanResultCleanStrategy()
-
getWrapperSessionScanStartRequest
final static WrapperSessionScanStartRequest getWrapperSessionScanStartRequest(Context context, String scanViewConfigContentString, String scanViewInitializationParametersString, String scanViewConfigPath, String scanResultCallbackConfigString, Boolean shouldReturnImages)
-
getScanResultsWithImagePath
final static String getScanResultsWithImagePath(List<ExportedScanResult> exportedScanResults, WrapperSessionScanResultExtraInfo.ViewPluginType viewPluginType)
-
getWrapperSessionUCRReportRequest
final static WrapperSessionUCRReportRequest getWrapperSessionUCRReportRequest(String blobKey, String correctedResult)
-
getWrapperSessionUCRReportResponseFailMessage
final static String getWrapperSessionUCRReportResponseFailMessage(WrapperSessionUCRReportResponseFail wrapperSessionUCRReportResponseFail)
-
-
-
-