Since: API level 35
public static class

PeripheralConstants.NfcTagType

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

Class Overview

This class defines NFC Tag type.

Since
API level 35
Knox 3.8

Summary

Constants
String CALYPSO Indicates NFC TAG Type CALYPSO.
String FELICA Indicates NFC TAG Type FELICA.
String ISO15693 Indicates NFC TAG Type ISO15693.
String JEWEL Indicates NFC TAG Type JEWEL.
String MIFARE_1K Indicates NFC TAG Type MIFARE_1K.
String MIFARE_4K Indicates NFC TAG Type MIFARE_4K.
String MIFARE_DESFIRE Indicates NFC TAG Type MIFARE_DESFIRE.
String MIFARE_UL Indicates NFC TAG Type MIFARE_UL.
String MIFARE_UL_C Indicates NFC TAG Type MIFARE_UL_C.
String NDEF_TYPE1 Indicates NFC TAG Type NDEF_TYPE1.
String NDEF_TYPE2 Indicates NFC TAG Type NDEF_TYPE2.
String RFID Indicates NFC TAG Type RFID.
String TYPE_A Indicates NFC TAG Type TYPE_A.
String TYPE_B Indicates NFC TAG Type TYPE_B.
String UNDEFINED Indicates NFC TAG Type UNDEFINED.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

public static final String CALYPSO

Since: API level 35

Indicates NFC TAG Type CALYPSO.

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

public static final String FELICA

Since: API level 35

Indicates NFC TAG Type FELICA.

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

public static final String ISO15693

Since: API level 35

Indicates NFC TAG Type ISO15693.

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

public static final String JEWEL

Since: API level 35

Indicates NFC TAG Type JEWEL.

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

public static final String MIFARE_1K

Since: API level 35

Indicates NFC TAG Type MIFARE_1K.

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

public static final String MIFARE_4K

Since: API level 35

Indicates NFC TAG Type MIFARE_4K.

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

public static final String MIFARE_DESFIRE

Since: API level 35

Indicates NFC TAG Type MIFARE_DESFIRE.

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

public static final String MIFARE_UL

Since: API level 35

Indicates NFC TAG Type MIFARE_UL.

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

public static final String MIFARE_UL_C

Since: API level 35

Indicates NFC TAG Type MIFARE_UL_C.

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

public static final String NDEF_TYPE1

Since: API level 35

Indicates NFC TAG Type NDEF_TYPE1.

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

public static final String NDEF_TYPE2

Since: API level 35

Indicates NFC TAG Type NDEF_TYPE2.

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

public static final String RFID

Since: API level 35

Indicates NFC TAG Type RFID.

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

public static final String TYPE_A

Since: API level 35

Indicates NFC TAG Type TYPE_A.

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

public static final String TYPE_B

Since: API level 35

Indicates NFC TAG Type TYPE_B.

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

public static final String UNDEFINED

Since: API level 35

Indicates NFC TAG Type UNDEFINED.

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