Since: API level 34
public static class

PeripheralConstants.DeviceType

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

Deprecated in API level 37
NOTE: This Class is not available since Android 15.

Class Overview

This class defines device type.

Since
API level 34
Knox 3.7.1

Summary

Constants
String BARCODE_SCANNER Deprecated in API level 37
NOTE: This Variable is not available since Android 15.
String MSR_SCANNER Deprecated in API level 37
NOTE: This Variable is not available since Android 15.
String NFC_SCANNER Deprecated in API level 37
NOTE: This Variable is not available since Android 15.
String UHF_SCANNER Deprecated in API level 37
NOTE: This Variable is not available since Android 15.
String UNKNOWN Deprecated in API level 37
NOTE: This Variable is not available since Android 15.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

public static final String BARCODE_SCANNER

Since: API level 34

Deprecated in API level 37
NOTE: This Variable is not available since Android 15.

Indicates barcode scanner.

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

public static final String MSR_SCANNER

Since: API level 35

Deprecated in API level 37
NOTE: This Variable is not available since Android 15.

Indicates MSR scanner.

Since
API level 35
KNOX 3.8
Constant Value: "PERIPHERAL_DEVICE_TYPE_MSR_SCANNER"

public static final String NFC_SCANNER

Since: API level 35

Deprecated in API level 37
NOTE: This Variable is not available since Android 15.

Indicates NFC scanner.

Since
API level 35
KNOX 3.8
Constant Value: "PERIPHERAL_DEVICE_TYPE_NFC_SCANNER"

public static final String UHF_SCANNER

Since: API level 35

Deprecated in API level 37
NOTE: This Variable is not available since Android 15.

Indicates UHF scanner.

Since
API level 35
KNOX 3.8
Constant Value: "PERIPHERAL_DEVICE_TYPE_UHF_SCANNER"

public static final String UNKNOWN

Since: API level 34

Deprecated in API level 37
NOTE: This Variable is not available since Android 15.

Indicates unknown.

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