SCPReaderEvent
Objective-C
enum SCPReaderEvent : NSUInteger {}
                Swift
enum ReaderEvent : UInt, @unchecked Sendable
                The possible events from a connected reader. Used by [SCPMobileReaderDelegate reader:didReportReaderEvent:info:].
- 
                  
                  
A card was inserted.
Declaration
Objective-C
SCPReaderEventCardInsertedSwift
case cardInserted = 0 - 
                  
                  
A card was removed.
Declaration
Objective-C
SCPReaderEventCardRemovedSwift
case cardRemoved = 1