DocumentVerification Classes
-
Document Verification Settings class that is used to configure all available functional settings of DocumentVerificationViewController.
See moreDeclaration
Objective-C
@interface DocumentVerificationConfiguration : NSObject <NSCopying>
Swift
class DocumentVerificationConfiguration : NSObject, NSCopying
-
Model class that describes an error situation with a code and a message. Please always include the whole code when filing an error related issue to our support team. Please find more information in our Mobile SDK Github Guides at https://github.com/Jumio/mobile-sdk-ios/blob/master/docs/integration_document-verification.md#error .
See moreDeclaration
Objective-C
@interface DocumentVerificationError : NSObject
Swift
class DocumentVerificationError : NSObject
-
Handles setup and presentation of the DocumentVerification Mobile SDK.
See moreDeclaration
Objective-C
@interface DocumentVerificationViewController : JMNavigationController
Swift
class DocumentVerificationViewController : JMNavigationController