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
SCPCollectDataTypeUnknown
Swift
case unknown = 0
-
Collect data using the magstripe interface.
Declaration
Objective-C
SCPCollectDataTypeMagstripe
Swift
case magstripe = 1
-
Collect an NFC UID using the NFC interface.
Declaration
Objective-C
SCPCollectDataTypeNfcUid
Swift
case nfcUid = 2