GSKScanFlowSource
Objective-C
enum GSKScanFlowSource : NSUInteger {}
Swift
enum GSKScanFlowSource : UInt, @unchecked Sendable
The source for a scan flow
-
Scan from the camera
Declaration
Objective-C
GSKScanFlowSourceCameraSwift
case camera = 0 -
Import a file from an URL
Declaration
Objective-C
GSKScanFlowSourceImageURLSwift
case imageURL = 1 -
Import a file from the library
Declaration
Objective-C
GSKScanFlowSourceLibrarySwift
case library = 2
GSKScanFlowSource Enumeration Reference