Since: API level 34
public static class

PeripheralConstants.DeviceType

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

Class Overview

This class defines device type.

Since
API level 34
Knox 3.7.1

Summary

Constants
String BARCODE_SCANNER Indicates barcode scanner.
String MSR_SCANNER Indicates MSR scanner.
String NFC_SCANNER Indicates NFC scanner.
String UHF_SCANNER Indicates UHF scanner.
String UNKNOWN Indicates unknown.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

public static final String BARCODE_SCANNER

Since: API level 34

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

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

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

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

Indicates unknown.

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