FallbackReason

public enum FallbackReason : Sendable

Possible fallback reasons

  • Initiated by the user through the call of Jumio.Scan.ScanPart.fallback()

    Declaration

    Swift

    case userAction
  • Initiated due to low performance on the current Jumio.Scan.Mode

    Declaration

    Swift

    case lowPerformance
  • Initiated due to scanning error when model is not valid

    Declaration

    Swift

    case scanningError