NetverifyConfirmationType
enum NetverifyConfirmationType : NSUInteger {}
The type of confirmation that should be displayed
-
Generic confirmation to check if everything is readable and glare free
Declaration
Objective-C
NetverifyConfirmationTypeGeneric
Swift
case generic = 0
-
The user should confirm that the scanned side matches the requested one
Declaration
Objective-C
NetverifyConfirmationTypeCheckDocumentSide
Swift
case checkDocumentSide = 1
-
Document is being analyzed, the user should not be able to confirm or retake
Declaration
Objective-C
NetverifyConfirmationTypeAnalyzing
Swift
case analyzing = 2
-
Analysis passed document, the user should be able to confirm
Declaration
Objective-C
NetverifyConfirmationTypeAnalyzingResponsePass
Swift
case analyzingResponsePass = 3
-
Analysis rejected document, the user should be able to retry
Declaration
Objective-C
NetverifyConfirmationTypeAnalyzingResponseReject
Swift
case analyzingResponseReject = 4