GSKScanFlowSource

enum GSKScanFlowSource : NSUInteger {}

The source for a scan flow

  • Scan from the camera

    Declaration

    Objective-C

    GSKScanFlowSourceCamera

    Swift

    case camera = 0
  • Import a file from an URL

    Declaration

    Objective-C

    GSKScanFlowSourceImageURL

    Swift

    case imageURL = 1
  • Import a file from the library

    Declaration

    Objective-C

    GSKScanFlowSourceLibrary

    Swift

    case library = 2