public static enum NFCIntentDeviceFactory.EventType extends java.lang.Enum<NFCIntentDeviceFactory.EventType>
Enum Constant and Description |
---|
DEVICE_CREATED |
NFC_CONNECTION_SUCCESSFUL |
NFC_PAIRING_SUCCESSFUL |
READ_NFC_TAG |
START_NFC_CONNECTION |
START_SWITCH_TO_PREFERED_PROTOCOl |
SWITCH_TO_PREFERED_PROTOCOL_ERROR |
SWITCH_TO_PREFERED_PROTOCOL_SUCCESS |
Modifier and Type | Method and Description |
---|---|
static NFCIntentDeviceFactory.EventType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static NFCIntentDeviceFactory.EventType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final NFCIntentDeviceFactory.EventType READ_NFC_TAG
public static final NFCIntentDeviceFactory.EventType START_NFC_CONNECTION
public static final NFCIntentDeviceFactory.EventType NFC_CONNECTION_SUCCESSFUL
public static final NFCIntentDeviceFactory.EventType NFC_PAIRING_SUCCESSFUL
public static final NFCIntentDeviceFactory.EventType START_SWITCH_TO_PREFERED_PROTOCOl
public static final NFCIntentDeviceFactory.EventType SWITCH_TO_PREFERED_PROTOCOL_SUCCESS
public static final NFCIntentDeviceFactory.EventType SWITCH_TO_PREFERED_PROTOCOL_ERROR
public static final NFCIntentDeviceFactory.EventType DEVICE_CREATED
public static NFCIntentDeviceFactory.EventType[] values()
for (NFCIntentDeviceFactory.EventType c : NFCIntentDeviceFactory.EventType.values()) System.out.println(c);
public static NFCIntentDeviceFactory.EventType valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is null