java.lang.Object |
↳ |
com.samsung.android.knox.ex.peripheral.PeripheralConstants.NfcTagType |
Class Overview
This class defines NFC Tag type.
Summary
[Expand]
Inherited Methods |
From class
java.lang.Object
Object
|
clone()
|
boolean
|
equals(Object arg0)
|
void
|
finalize()
|
final
Class<?>
|
getClass()
|
int
|
hashCode()
|
final
void
|
notify()
|
final
void
|
notifyAll()
|
String
|
toString()
|
final
void
|
wait(long arg0, int arg1)
|
final
void
|
wait(long arg0)
|
final
void
|
wait()
|
|
Constants
public
static
final
String
CALYPSO
Since: API level 35
Indicates NFC TAG Type CALYPSO.
Constant Value:
"PERIPHERAL_NFC_TAG_TYPE_CALYPSO"
public
static
final
String
FELICA
Since: API level 35
Indicates NFC TAG Type FELICA.
Constant Value:
"PERIPHERAL_NFC_TAG_TYPE_FELICA"
public
static
final
String
ISO15693
Since: API level 35
Indicates NFC TAG Type ISO15693.
Constant Value:
"PERIPHERAL_NFC_TAG_TYPE_ISO15693"
public
static
final
String
JEWEL
Since: API level 35
Indicates NFC TAG Type JEWEL.
Constant Value:
"PERIPHERAL_NFC_TAG_TYPE_JEWEL"
public
static
final
String
MIFARE_1K
Since: API level 35
Indicates NFC TAG Type MIFARE_1K.
Constant Value:
"PERIPHERAL_NFC_TAG_TYPE_MIFARE_1K"
public
static
final
String
MIFARE_4K
Since: API level 35
Indicates NFC TAG Type MIFARE_4K.
Constant Value:
"PERIPHERAL_NFC_TAG_TYPE_MIFARE_4K"
public
static
final
String
MIFARE_DESFIRE
Since: API level 35
Indicates NFC TAG Type MIFARE_DESFIRE.
Constant Value:
"PERIPHERAL_NFC_TAG_TYPE_MIFARE_DESFIRE"
public
static
final
String
MIFARE_UL
Since: API level 35
Indicates NFC TAG Type MIFARE_UL.
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.
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.
Constant Value:
"PERIPHERAL_NFC_TAG_TYPE_NDEF_TYPE1"
public
static
final
String
NDEF_TYPE2
Since: API level 35
Indicates NFC TAG Type NDEF_TYPE2.
Constant Value:
"PERIPHERAL_NFC_TAG_TYPE_NDEF_TYPE2"
public
static
final
String
RFID
Since: API level 35
Indicates NFC TAG Type RFID.
Constant Value:
"PERIPHERAL_NFC_TAG_TYPE_RFID"
public
static
final
String
TYPE_A
Since: API level 35
Indicates NFC TAG Type TYPE_A.
Constant Value:
"PERIPHERAL_NFC_TAG_TYPE_TYPE_A"
public
static
final
String
TYPE_B
Since: API level 35
Indicates NFC TAG Type TYPE_B.
Constant Value:
"PERIPHERAL_NFC_TAG_TYPE_TYPE_B"
public
static
final
String
UNDEFINED
Since: API level 35
Indicates NFC TAG Type UNDEFINED.
Constant Value:
"PERIPHERAL_NFC_TAG_TYPE_UNDEFINED"