MBPHungaryQrCodePaymentRecognizer
Objective-C
@interface MBPHungaryQrCodePaymentRecognizer : MBPRecognizer <NSCopying>
Swift
class MBPHungaryQrCodePaymentRecognizer : MBPRecognizer, NSCopying
Recognizer which can scan Hungarian payment QR code
-
Result of scanning MBPHungaryQrCodePaymentRecognizer
Declaration
Objective-C
@property (nonatomic, strong, readonly) MBPHungaryQrCodePaymentRecognizerResult *_Nonnull result;
Swift
var result: MBPHungaryQrCodePaymentRecognizerResult { 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.
Default: NO
Declaration
Objective-C
@property (nonatomic) BOOL slowerThoroughScan;
Swift
var slowerThoroughScan: Bool { get set }