MBBlinkLanguageSettings

@objc
public class MBBlinkLanguageSettings : NSObject

Container class that has all the properties that define the text being presented to the user through UI components. By default all the strings are read from the BlinkIDUI.strings file shipped with framework

  • Message shown if glare is detected.

    • Default: Glare detected. Slightly move the card.

    Declaration

    Swift

    @objc
    public var glareMessageText: String
  • Message shown if any side of document is scanned.

    • Default: Scan the the selected document or choose another.

    Declaration

    Swift

    @objc
    public var scanAnySideMessageText: String
  • Message shown if front side of document is scanned.

    • Default: Scan the front side of the selected document or choose another.

    Declaration

    Swift

    @objc
    public var scanFrontSideMessageText: String
  • Message shown if back side of document is scanned.

    • Default: Scan the back side.

    Declaration

    Swift

    @objc
    public var scanBackSideMessageText: String
  • Title of country selection view controller.

    • Default: Select Country

    Declaration

    Swift

    @objc
    public var selectCountryTitleText: String
  • Close button text in country selection view controller.

    • Default: Close

    Declaration

    Swift

    @objc
    public var closeText: String
  • Search placeholder text in country selection view controller.

    • Default: Search

    Declaration

    Swift

    @objc
    public var searchPlaceholderText: String
  • Note in country chooser button.

    • Default: Choose from more than 100 countries

    Declaration

    Swift

    @objc
    public var countryChooserButtonText: String
  • Change country text of the action in timeout alert controller.

    • Default: Change country

    Declaration

    Swift

    @objc
    public var changeCountryActionText: String
  • Continue text of the action in timeout alert controller.

    • Default: Continue

    Declaration

    Swift

    @objc
    public var continueActionText: String
  • Title of timeout alert controller.

    • Default: Having trouble scanning?

    Declaration

    Swift

    @objc
    public var timeoutAlertTitleText: String
  • Message of timeout alert controller.

    • Default: Make sure you have good lightning and that you’ve selected the correct document.

    Declaration

    Swift

    @objc
    public var timeoutAlertMessageText: String
  • Message of invalid document alert controller.

    • Default: Front and back side do not match. Please try again.

    Declaration

    Swift

    @objc
    public var invalidDocumentAlertMessageText: String
  • Title of invalid document alert controller.

    • Default: Having trouble scanning?

    Declaration

    Swift

    @objc
    public var invalidDocumentAlertTitleText: String
  • OK text of the action in invalid document alert.

    • Default: OK

    Declaration

    Swift

    @objc
    public var okActionText: String
  • Text for identity cards in document tabs view.

    • Default: ID card

    Declaration

    Swift

    @objc
    public var identityCardText: String
  • Text for driver’s license cards in document tabs view.

    • Default: Driver’s License

    Declaration

    Swift

    @objc
    public var driversLicenseText: String
  • Text for visas in document tabs view.

    • Default: Visa

    Declaration

    Swift

    @objc
    public var visaText: String
  • Text for old identity cards in document tabs view. This is specific to some countries, i.e. Germany

    • Default: Old ID card

    Declaration

    Swift

    @objc
    public var oldIDCardText: String
  • Text for new identity cards in document tabs view. This is specific to some countries, i.e. United Arab Emirates

    • Default: New ID card

    Declaration

    Swift

    @objc
    public var newIDCardText: String
  • Text for malaysian identity cards in document tabs view. This is specific to Malaysia

    • Default: MyKad

    Declaration

    Swift

    @objc
    public var malaysianIDCardText: String
  • Text for military identity cards in document tabs view. This is specific to Malaysia

    • Default: MyTentera

    Declaration

    Swift

    @objc
    public var militaryIDCardText: String
  • Text for permanent resident identity cards in document tabs view. This is specific to Malaysia

    • Default: MyPr

    Declaration

    Swift

    @objc
    public var permanentResidentIDCardText: String
  • Text for temporary resident identity cards in document tabs view. This is specific to Malaysia

    • Default: MyKas

    Declaration

    Swift

    @objc
    public var temporaryResidentIDCardText: String
  • Text for immigrator identity cards in document tabs view. This is specific to Malaysia

    • Default: iKad

    Declaration

    Swift

    @objc
    public var immigratorIDCardText: String
  • Text for passports in document tabs view.

    • Default: Passport

    Declaration

    Swift

    @objc
    public var passportText: String
  • Text for temporary residence permits in document tabs view.

    • Default: Temporary Residence Permit

    Declaration

    Swift

    @objc
    public var temporaryResidencePermitText: String
  • Text for residence permits in document tabs view.

    • Default: Residence Permit

    Declaration

    Swift

    @objc
    public var residencePermitText: String