Enum TransferProgressEvent
-
- All Implemented Interfaces:
public enum TransferProgressEvent
The enum Transfer progress event.
-
-
Enum Constant Summary
Enum Constants Enum Constant Description START
Start.
CONNECTED
Connected.
SCAN_STARTED
Scan started.
SCAN_STOPPED
Scan stopped.
DEVICE_FOUND
Device found.
NO_DEVICE_FOUND
No device found.
TRY_RECONNECTION
Try reconnection.
READER_VERIFIED
Reader verified.
READER_NOT_VERIFIED
Reader not verified.
COMPLETE
Complete.
FORCE_STOP
Force stop.
SESSION_TERMINATED
Session terminated.
-
Method Summary
Modifier and Type Method Description String
toString()
static Array<TransferProgressEvent>
values()
Returns an array containing the constants of this enum type, in the order they're declared. static TransferProgressEvent
valueOf(String name)
Returns the enum constant of this type with the specified name. -
-
Method Detail
-
values
static Array<TransferProgressEvent> values()
Returns an array containing the constants of this enum type, in the order they're declared. This method may be used to iterate over the constants.
-
valueOf
static TransferProgressEvent valueOf(String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
-
-
-
-