MBPCroatiaQrCodePaymentRecognizer

Objective-C


@interface MBPCroatiaQrCodePaymentRecognizer : MBPRecognizer <NSCopying>

Swift

class MBPCroatiaQrCodePaymentRecognizer : MBPRecognizer, NSCopying

Class for configuring Croatia QR Recognizer.

Croatia QR recognizer is used for scanning Croatia payment QR codes.

  • Croatia QR recognizer result

    Declaration

    Objective-C

    @property (nonatomic, strong, readonly) MBPCroatiaQrCodePaymentRecognizerResult *_Nonnull result;

    Swift

    var result: MBPCroatiaQrCodePaymentRecognizerResult { 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 }
  • The rate at which the conversion from EUR to HRK will be made. By default, this is set to ‘7.5345’.

    Declaration

    Objective-C

    @property (nonatomic) CGFloat conversionRate;

    Swift

    var conversionRate: CGFloat { get set }