@Deprecated
public class ScannerConfig.UdiParams
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
boolean |
enableGS1
Deprecated.
This feature is supported only on devices prior to those running Android 10 Q.
Enable or disable the GS1 decoding of UDI.
|
boolean |
enableHIBCC
Deprecated.
This feature is supported only on devices prior to those running Android 10 Q.
Enable or disable the HIBCC decoding of UDI.
|
boolean |
enableICCBBA
Deprecated.
This feature is supported only on devices prior to those running Android 10 Q.
Enable or disable the ICCBBA decoding of UDI.
|
@Deprecated public boolean enableGS1
Example Usage: udiParams.enableGS1 = true;
@Deprecated public boolean enableHIBCC
Example Usage: udiParams.enableHIBCC = true;
@Deprecated public boolean enableICCBBA
Example Usage: udiParams.enableICCBBA = true;