Strings

struct Strings

ID capture strings.

Instruction Screen

User Prompts

  • ID Capture screen text for front capture.

    Declaration

    Swift

    public var captureFront: String
  • ID Capture screen text for back capture.

    Declaration

    Swift

    public var captureBack: String
  • Optional close button text. Default is nil.

    Declaration

    Swift

    public var closeButtonText: String?
  • Move closer user prompt.

    Declaration

    Swift

    public var moveCloser: String
  • Move back user prompt.

    Declaration

    Swift

    public var moveAway: String
  • Fit document inside the rectangle user prompt.

    Declaration

    Swift

    public var alignRectangle: String
  • ID Back image detected, please flip your ID. user prompt.

    Declaration

    Swift

    public var backImageDetected: String
  • ID Front image detected, please flip your ID. user prompt.

    Declaration

    Swift

    public var frontImageDetected: String
  • ID card Warning messag. user prompt.

    Declaration

    Swift

    public var idCaptureWarningMessage: String
  • ID card Warning messag. user prompt.

    Declaration

    Swift

    public var captureAnywayButtonText: String
  • ID card Warning messag. user prompt.

    Declaration

    Swift

    public var exitButtonText: String
  • Too much glare. Move document away from direct light. user prompt.

    Declaration

    Swift

    public var tooMuchGlare: String
  • Move Away From Direct Light user prompt.

    Declaration

    Swift

    public var glareDetected: String
  • Remove Finger user prompt.

    Declaration

    Swift

    public var removeFinger: String
  • Not in focus user prompt.

    Declaration

    Swift

    public var notInFocus: String
  • Scan the front of ID user prompt.

    Declaration

    Swift

    public var useFront: String
  • Make sure the photo and all text on the ID are completely visible user prompt.

    Declaration

    Swift

    public var makeSurePhotoTextVisible: String
  • Scan the barcode user prompt.

    Declaration

    Swift

    public var scanBarcode: String
  • Make sure the barcode\non the ID is completely visible user prompt.

    Declaration

    Swift

    public var makeSureBarcodeVisible: String
  • ID front and back do not match. Please try again. user prompt.

    Declaration

    Swift

    public var frontBackMismatch: String
  • Scan the back of ID user prompt.

    Declaration

    Swift

    public var flipToBack: String
  • Place the barcode or machine-readable zone of your ID in the rectangle. user prompt.

    Declaration

    Swift

    public var autofillPrompt: String
  • Document detected, hold still.. user prompt.

    Declaration

    Swift

    public var documentDetectedHoldStill: String

Preview Screen

  • Preview screen Id Front title text.

    Declaration

    Swift

    public var previewScreenTitleIdFront: String
  • Preview screen Id Back title text.

    Declaration

    Swift

    public var previewScreenTitleIdBack: String
  • Preview screen retry button text.

    Declaration

    Swift

    public var previewScreenRetryBtnText: String
  • Preview screen done button text.

    Declaration

    Swift

    public var previewScreenDoneBtnText: String

Retry Screen

  • Retry screen text.

    Declaration

    Swift

    public var retryScreenText: String
  • Retry button text.

    Declaration

    Swift

    public var retryButtonText: String
  • Cancel button text.

    Declaration

    Swift

    public var cancelButtonText: String

Passport NFC Reader

  • NFC reader prompt.

    Declaration

    Swift

    public var passportNFCPrompt: String
  • Reading NFC data.

    Declaration

    Swift

    public var passportReadingNFCDataText: String
  • Reading NFC data success.

    Declaration

    Swift

    public var passportReadingNFCDataSuccessText: String
  • Face does not match user prompt.

    Declaration

    Swift

    public var faceDoesNotMatch: String
  • Resets all of the strings to "".

    Declaration

    Swift

    public mutating func reset()