public static enum NFCCommReaderFragment.NFCCommReaderFragmentListener.NFC_callback_notify extends java.lang.Enum<NFCCommReaderFragment.NFCCommReaderFragmentListener.NFC_callback_notify>
Enum Constant and Description |
---|
ENABLE_NFC_READER
The NFC feature of the reader device is not enabled.
|
ERROR
When an error occur.
|
FINAL_TASK_DONE
When the final task callback instance is finished.
|
FINAL_TASK_INIT
When the task is finished but final task callback instance is about to start.
|
NFC_TASK_DONE
When the reading process has ended, but the task is not finished.
|
NFC_TASK_FINISHED
When the task is finished and no error occur.
|
NFC_TASK_INIT
Reading task starts.
|
NFC_TASK_UPDATE
While communication is in progress, when a some event occur.
|
READER_CLOSE
The smartcard must be put closer to the NFC reader.
|
Modifier and Type | Method and Description |
---|---|
static NFCCommReaderFragment.NFCCommReaderFragmentListener.NFC_callback_notify |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static NFCCommReaderFragment.NFCCommReaderFragmentListener.NFC_callback_notify[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final NFCCommReaderFragment.NFCCommReaderFragmentListener.NFC_callback_notify ENABLE_NFC_READER
public static final NFCCommReaderFragment.NFCCommReaderFragmentListener.NFC_callback_notify READER_CLOSE
public static final NFCCommReaderFragment.NFCCommReaderFragmentListener.NFC_callback_notify ERROR
public static final NFCCommReaderFragment.NFCCommReaderFragmentListener.NFC_callback_notify NFC_TASK_INIT
public static final NFCCommReaderFragment.NFCCommReaderFragmentListener.NFC_callback_notify NFC_TASK_UPDATE
public static final NFCCommReaderFragment.NFCCommReaderFragmentListener.NFC_callback_notify NFC_TASK_DONE
public static final NFCCommReaderFragment.NFCCommReaderFragmentListener.NFC_callback_notify NFC_TASK_FINISHED
public static final NFCCommReaderFragment.NFCCommReaderFragmentListener.NFC_callback_notify FINAL_TASK_INIT
public static final NFCCommReaderFragment.NFCCommReaderFragmentListener.NFC_callback_notify FINAL_TASK_DONE
public static NFCCommReaderFragment.NFCCommReaderFragmentListener.NFC_callback_notify[] values()
for (NFCCommReaderFragment.NFCCommReaderFragmentListener.NFC_callback_notify c : NFCCommReaderFragment.NFCCommReaderFragmentListener.NFC_callback_notify.values()) System.out.println(c);
public static NFCCommReaderFragment.NFCCommReaderFragmentListener.NFC_callback_notify 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