Enum TransferProgressEvent
- 
                    
                    - All Implemented Interfaces:
 
 public enum TransferProgressEventThe enum Transfer progress event. 
- 
                
                    
                    - 
                                
                            
                                Enum Constant SummaryEnum Constants Enum Constant Description STARTStart. CONNECTEDConnected. SCAN_STARTEDScan started. SCAN_STOPPEDScan stopped. DEVICE_FOUNDDevice found. NO_DEVICE_FOUNDNo device found. TRY_RECONNECTIONTry reconnection. READER_VERIFIEDReader verified. READER_NOT_VERIFIEDReader not verified. COMPLETEComplete. FORCE_STOPForce stop. SESSION_TERMINATEDSession terminated. 
 - 
                                
                            
                                Method SummaryModifier and Type Method Description StringtoString()static Array<TransferProgressEvent>values()Returns an array containing the constants of this enum type, in the order they're declared. static TransferProgressEventvalueOf(String name)Returns the enum constant of this type with the specified name. - 
                    
                    
                    - 
                                
                            
                                Method Detail- 
                                        valuesstatic 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. 
 - 
                                        valueOfstatic 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.) 
 
- 
                                        
 
- 
                                
                            
                                
 
- 
                    
                    
                    
 
-