Since: API level 34
public static class

PeripheralConstants.DataType

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

Class Overview

This class defines data type.

Since
API level 34
Knox 3.7.1

Summary

Constants
String BARCODE Indicates barcode data type.
String MSR Indicates MSR data type.
String NFC Indicates NFC data type.
String UHF Indicates UHF data type.
String UNKNOWN Indicates unknown data type.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

public static final String BARCODE

Since: API level 34

Indicates barcode data type.

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

public static final String MSR

Since: API level 35

Indicates MSR data type.

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

public static final String NFC

Since: API level 35

Indicates NFC data type.

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

public static final String UHF

Since: API level 35

Indicates UHF data type.

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

public static final String UNKNOWN

Since: API level 34

Indicates unknown data type.

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