diff --git a/BindingSource/AnylineXamarinSDK.Droid/Assets/tools/Generated.xml b/BindingSource/AnylineXamarinSDK.Droid/Assets/tools/Generated.xml index ea4399b57..01e1254e3 100644 --- a/BindingSource/AnylineXamarinSDK.Droid/Assets/tools/Generated.xml +++ b/BindingSource/AnylineXamarinSDK.Droid/Assets/tools/Generated.xml @@ -128,6 +128,7 @@ scanMode + whiteList @@ -729,6 +730,7 @@ enabled + listener @@ -787,6 +789,7 @@ listener + formats @@ -980,6 +983,9 @@ name + + + @@ -1203,6 +1209,8 @@ context configFilName + + @@ -1237,6 +1245,8 @@ + + @@ -1249,7 +1259,9 @@ - + + + @@ -1287,7 +1299,8 @@ - + + @@ -1322,7 +1335,8 @@ x y - + + @@ -1420,6 +1434,7 @@ e + faceImage @@ -1427,6 +1442,8 @@ + + @@ -1559,9 +1576,13 @@ fullImage result blobKey + + + + context @@ -1570,6 +1591,7 @@ anylineOcrConfig + barcodeFormat @@ -1666,6 +1688,8 @@ listener listener + + @@ -2066,7 +2090,8 @@ - + + @@ -2079,6 +2104,9 @@ + + + address @@ -2277,6 +2305,7 @@ + @@ -2330,6 +2359,7 @@ + listener @@ -2354,6 +2384,7 @@ isReportingEnabled + @@ -2500,6 +2531,13 @@ json object + + + + + + + @@ -2638,6 +2676,8 @@ + + @@ -2690,6 +2730,14 @@ + + + + + + + + @@ -2735,6 +2783,7 @@ separator delimiter + @@ -2831,7 +2880,8 @@ - + + name @@ -2927,7 +2977,8 @@ - + + reason diff --git a/BindingSource/AnylineXamarinSDK.Droid/Assets/tools/javadoc/index-all.html b/BindingSource/AnylineXamarinSDK.Droid/Assets/tools/javadoc/index-all.html index e852661c1..59c8ca1a5 100644 --- a/BindingSource/AnylineXamarinSDK.Droid/Assets/tools/javadoc/index-all.html +++ b/BindingSource/AnylineXamarinSDK.Droid/Assets/tools/javadoc/index-all.html @@ -1231,6 +1231,10 @@

G

getKey() - Method in class io.anyline.plugin.ScanInfo
 
+
getLastImageWithFullSize() - Method in class io.anyline.plugin.AbstractScanPlugin
+
+
Get the latest image with full size.
+
getLayout() - Method in class io.anyline.plugin.id.LayoutDefinition
 
getLayoutDefinition() - Method in class io.anyline.plugin.id.Identification
diff --git a/BindingSource/AnylineXamarinSDK.Droid/Assets/tools/javadoc/io/anyline/plugin/AbstractScanPlugin.html b/BindingSource/AnylineXamarinSDK.Droid/Assets/tools/javadoc/io/anyline/plugin/AbstractScanPlugin.html index 9b248e400..e00e3e9a8 100644 --- a/BindingSource/AnylineXamarinSDK.Droid/Assets/tools/javadoc/io/anyline/plugin/AbstractScanPlugin.html +++ b/BindingSource/AnylineXamarinSDK.Droid/Assets/tools/javadoc/io/anyline/plugin/AbstractScanPlugin.html @@ -17,7 +17,7 @@ catch(err) { } //--> -var methods = {"i0":10,"i1":10,"i2":10,"i3":10,"i4":10,"i5":10,"i6":10,"i7":10,"i8":6,"i9":6,"i10":10,"i11":10,"i12":10,"i13":10,"i14":10,"i15":10,"i16":10,"i17":10,"i18":10,"i19":10,"i20":10,"i21":10,"i22":10,"i23":10,"i24":10,"i25":10,"i26":10}; +var methods = {"i0":10,"i1":10,"i2":10,"i3":10,"i4":10,"i5":10,"i6":10,"i7":10,"i8":10,"i9":6,"i10":6,"i11":10,"i12":10,"i13":10,"i14":10,"i15":10,"i16":10,"i17":10,"i18":10,"i19":10,"i20":10,"i21":10,"i22":10,"i23":10,"i24":10,"i25":10,"i26":10,"i27":10}; var tabs = {65535:["t0","All Methods"],2:["t2","Instance Methods"],4:["t3","Abstract Methods"],8:["t4","Concrete Methods"]}; var altColor = "altColor"; var rowColor = "rowColor"; @@ -207,95 +207,101 @@

Method Summary

getImageProvider()  +AnylineImage +getLastImageWithFullSize() +
Get the latest image with full size.
+ + + abstract java.lang.String getModuleIdentifier()  - + abstract Product getProduct()  - + boolean isRunning()  - + void removeArgumentExceptionListener()  - + void removeScanInfoListener(ScanInfoListener listener)
Remove the given info listener.
- + void removeScanResultListener(ScanResultListener<ResultType> listener)
Remove the given info listener.
- + void removeScanRunSkippedListener(ScanRunSkippedListener listener)
Remove an info listener.
- + void setArgumentExceptionListener(WorkerRunnableExceptionListener workerRunnableExceptionListener)  - + void setAssetPath(java.lang.String assetPath)  - + void setCancelOnResult(boolean isCancelOnResult)
If set to true (default) the scanning is stopped automatically when a result is found.
- + void setCmdFileName(java.lang.String cmdFileName)  - + void setCropRect(android.graphics.RectF cutoutRect)  - + void setDebug(boolean isDebug)
Enable/Disables debug output.
- + void setDelayScanTime(double delayScanTime)  - + void setId(java.lang.String id)  - + void setImageProvider(ImageProvider imageProvider)
Set the provider, where the plugin can get the images from.
- + void setReportingEnabled(boolean isReportingEnabled)
Enable the reporting of results, including the photo of a scanned item.
- + void start()
Start the processing of the plugin
- + void stop()
Stop the processing of the plugin
@@ -389,6 +395,21 @@

setImageProvider

+ + + + diff --git a/BindingSource/AnylineXamarinSDK.Droid/Assets/tools/javadoc/io/anyline/plugin/barcode/BarcodeScanPlugin.html b/BindingSource/AnylineXamarinSDK.Droid/Assets/tools/javadoc/io/anyline/plugin/barcode/BarcodeScanPlugin.html index 77eb5a71b..7be102d20 100644 --- a/BindingSource/AnylineXamarinSDK.Droid/Assets/tools/javadoc/io/anyline/plugin/barcode/BarcodeScanPlugin.html +++ b/BindingSource/AnylineXamarinSDK.Droid/Assets/tools/javadoc/io/anyline/plugin/barcode/BarcodeScanPlugin.html @@ -202,7 +202,7 @@

Method Summary

Methods inherited from class io.anyline.plugin.AbstractScanPlugin

-addScanInfoListener, addScanResultListener, addScanRunSkippedListener, cancelController, getAnylineController, getAssetController, getId, isRunning, removeArgumentExceptionListener, removeScanInfoListener, removeScanResultListener, removeScanRunSkippedListener, setArgumentExceptionListener, setAssetPath, setCancelOnResult, setCmdFileName, setCropRect, setDebug, setDelayScanTime, setId, setImageProvider, setReportingEnabled, stop +addScanInfoListener, addScanResultListener, addScanRunSkippedListener, cancelController, getAnylineController, getAssetController, getId, getLastImageWithFullSize, isRunning, removeArgumentExceptionListener, removeScanInfoListener, removeScanResultListener, removeScanRunSkippedListener, setArgumentExceptionListener, setAssetPath, setCancelOnResult, setCmdFileName, setCropRect, setDebug, setDelayScanTime, setId, setImageProvider, setReportingEnabled, stop diff --git a/BindingSource/AnylineXamarinSDK.Droid/Assets/tools/javadoc/io/anyline/plugin/id/IdScanPlugin.html b/BindingSource/AnylineXamarinSDK.Droid/Assets/tools/javadoc/io/anyline/plugin/id/IdScanPlugin.html index 6956869d6..e102e69a4 100644 --- a/BindingSource/AnylineXamarinSDK.Droid/Assets/tools/javadoc/io/anyline/plugin/id/IdScanPlugin.html +++ b/BindingSource/AnylineXamarinSDK.Droid/Assets/tools/javadoc/io/anyline/plugin/id/IdScanPlugin.html @@ -201,7 +201,7 @@

Method Summary

Methods inherited from class io.anyline.plugin.AbstractScanPlugin

-addScanInfoListener, addScanResultListener, addScanRunSkippedListener, cancelController, getAnylineController, getAssetController, getId, getImageProvider, isRunning, removeArgumentExceptionListener, removeScanInfoListener, removeScanResultListener, removeScanRunSkippedListener, setArgumentExceptionListener, setAssetPath, setCancelOnResult, setCmdFileName, setCropRect, setDebug, setDelayScanTime, setId, setImageProvider, stop +addScanInfoListener, addScanResultListener, addScanRunSkippedListener, cancelController, getAnylineController, getAssetController, getId, getImageProvider, getLastImageWithFullSize, isRunning, removeArgumentExceptionListener, removeScanInfoListener, removeScanResultListener, removeScanRunSkippedListener, setArgumentExceptionListener, setAssetPath, setCancelOnResult, setCmdFileName, setCropRect, setDebug, setDelayScanTime, setId, setImageProvider, stop