SBSDKPayFormScannerRecognitionMode
enum SBSDKPayFormScannerRecognitionMode : NSInteger {}
An enumeration describing the recognition mode of the scanner.
-
Recognize the payform ignoring QR code if present.
Declaration
Objective-C
SBSDKPayFormScannerRecognitionModeTextForm
Swift
case textForm = 0
-
Recognize and parse the QR code if present ignoring the payform.
Declaration
Objective-C
SBSDKPayFormScannerRecognitionModeQROnly
Swift
case qrOnly = 1
-
Fetch information from both payform and QR code.
Declaration
Objective-C
SBSDKPayFormScannerRecognitionModeMixed
Swift
case mixed = 2