MBPSloveniaQrCodePaymentRecognizer
Objective-C
@interface MBPSloveniaQrCodePaymentRecognizer : MBPRecognizer <NSCopying>
Swift
class MBPSloveniaQrCodePaymentRecognizer : MBPRecognizer, NSCopying
Class for configuring Slovenian QR Recognizer.
Slovenian QR recognizer is used for scanning Slovenian payment QR codes.
-
Slovenian QR recognizer result
Declaration
Objective-C
@property (nonatomic, strong, readonly) MBPSloveniaQrCodePaymentRecognizerResult *_Nonnull result;
Swift
var result: MBPSloveniaQrCodePaymentRecognizerResult { 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 }