Since: API level 34
public static class

PeripheralConstants.DataType

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

Deprecated in API level 37

Class Overview

This class defines data type.

Since
API level 34
Knox 3.7.1

Summary

Constants
String BARCODE Deprecated in API level 37
String MSR Deprecated in API level 37
String NFC Deprecated in API level 37
String UHF Deprecated in API level 37
String UNKNOWN Deprecated in API level 37
[Expand]
Inherited Methods
From class java.lang.Object

Constants

public static final String BARCODE

Since: API level 34

Deprecated in API level 37

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

Deprecated in API level 37

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

Deprecated in API level 37

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

Deprecated in API level 37

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

Deprecated in API level 37

Indicates unknown data type.

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