Since: API level 34
public static class

PeripheralBarcodeConstants.Symbology.Type

extends Object
java.lang.Object
   ↳ com.samsung.android.knox.ex.peripheral.PeripheralBarcodeConstants.Symbology.Type

Deprecated in API level 37

Class Overview

This class defines Barcode symbology type

Since
API level 34
Knox 3.7.1

Summary

Constants
String TYPE_1D Deprecated in API level 37
String TYPE_2D Deprecated in API level 37
String TYPE_NONE Deprecated in API level 37
[Expand]
Inherited Methods
From class java.lang.Object

Constants

public static final String TYPE_1D

Since: API level 34

Deprecated in API level 37

Indicates barcode type is 1D

Since
API level 34
KNOX 3.7.1
Constant Value: "1D"

public static final String TYPE_2D

Since: API level 34

Deprecated in API level 37

Indicates barcode type is 2D

Since
API level 34
KNOX 3.7.1
Constant Value: "2D"

public static final String TYPE_NONE

Since: API level 34

Deprecated in API level 37

Indicates barcode type is not defined

Since
API level 34
KNOX 3.7.1
Constant Value: "NONE"