MBPSepaQrCodePaymentRecognizer
Objective-C
@interface MBPSepaQrCodePaymentRecognizer : MBPRecognizer <NSCopying>
Swift
class MBPSepaQrCodePaymentRecognizer : MBPRecognizer, NSCopying
Class for configuring SEPA QR Recognizer.
Recognizer which can scan SEPA payment QR code.
-
SEPA QR recognizer result
Declaration
Objective-C
@property (nonatomic, strong, readonly) MBPSepaQrCodePaymentRecognizerResult *_Nonnull result;
Swift
var result: MBPSepaQrCodePaymentRecognizerResult { get }
-
Defines if the recognizer should go slower through scan. If slowerThoroughScan is enabled, then scanning will be slower, but more thorough, thus giving higher possibility of successful scan. By default, slowerThoroughScan is disabled.
Declaration
Objective-C
@property (nonatomic) BOOL slowerThoroughScan;
Swift
var slowerThoroughScan: Bool { get set }