@Deprecated
public class ScannerConfig.UdiParams
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
boolean |
enableGS1
Deprecated.
This feature has been temporarily suspended in EMDK for Android 8.0
for devices running Android 10 and later. UDI support will be
restored in these products via LifeGuard patch for Android 10 to be released in Q3 2020.
Enable or disable the GS1 decoding of UDI.
|
boolean |
enableHIBCC
Deprecated.
This feature has been temporarily suspended in EMDK for Android 8.0
for devices running Android 10 and later. UDI support will be
restored in these products via LifeGuard patch for Android 10 to be released in Q3 2020.
Enable or disable the HIBCC decoding of UDI.
|
boolean |
enableICCBBA
Deprecated.
This feature has been temporarily suspended in EMDK for Android 8.0
for devices running Android 10 and later. UDI support will be
restored in these products via LifeGuard patch for Android 10 to be released in Q3 2020.
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;