SCPCollectDataType
Objective-C
enum SCPCollectDataType : NSUInteger {}
                Swift
enum CollectDataType : UInt, @unchecked Sendable
                The type of data to collect.
- 
                  
                  
Unknown collect data type.
Declaration
Objective-C
SCPCollectDataTypeUnknownSwift
case unknown = 0 - 
                  
                  
Collect data using the magstripe interface.
Declaration
Objective-C
SCPCollectDataTypeMagstripeSwift
case magstripe = 1 - 
                  
                  
Collect an NFC UID using the NFC interface.
Declaration
Objective-C
SCPCollectDataTypeNfcUidSwift
case nfcUid = 2