Since: API level 34
public static class

PeripheralConstants.BarcodeDataProcessMode

extends Object
java.lang.Object
   ↳ com.samsung.android.knox.ex.peripheral.PeripheralConstants.BarcodeDataProcessMode

Deprecated in API level 37

Class Overview

This class defines Barcode Data Process Mode.

Since
API level 34
Knox 3.7.1

Summary

Constants
String STORE Deprecated in API level 37
String STORE_IF_NOT_SENT Deprecated in API level 37
String STORE_IF_SENT Deprecated in API level 37
String WEDGE Deprecated in API level 37
String WEDGE_AND_STORE Deprecated in API level 37
[Expand]
Inherited Methods
From class java.lang.Object

Constants

public static final String STORE

Since: API level 34

Deprecated in API level 37

Indicates Store mode.

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

public static final String STORE_IF_NOT_SENT

Since: API level 34

Deprecated in API level 37

Indicates Store mode if not sent.

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

public static final String STORE_IF_SENT

Since: API level 34

Deprecated in API level 37

Indicates Store mode if sent.

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

public static final String WEDGE

Since: API level 34

Deprecated in API level 37

Indicates Wedge mode.

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

public static final String WEDGE_AND_STORE

Since: API level 34

Deprecated in API level 37

Indicates Wedge and Store mode.

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