Strings

struct Strings

ID capture strings.

Instruction Screen

User Prompts

  • 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
  • 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
  • Too much glare. Move document away from direct light. user prompt.

    Declaration

    Swift

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

    Declaration

    Swift

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

    Declaration

    Swift

    public var captureBack: 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

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

  • Passport NFC reader prompt.

    Declaration

    Swift

    public var passportNFCPrompt: 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()