SBSDKIDCardPDF417DocumentFieldType
enum SBSDKIDCardPDF417DocumentFieldType : NSInteger {}
ID card field types
-
First name.
Declaration
Objective-C
SBSDKIDCardPDF417DocumentFieldTypeFirstName
Swift
case firstName = 0
-
Last name.
Declaration
Objective-C
SBSDKIDCardPDF417DocumentFieldTypeLastName
Swift
case lastName = 1
-
Document code.
Declaration
Objective-C
SBSDKIDCardPDF417DocumentFieldTypeDocumentCode
Swift
case documentCode = 2
-
Birth date.
Declaration
Objective-C
SBSDKIDCardPDF417DocumentFieldTypeBirthDate
Swift
case birthDate = 3
-
Date issued.
Declaration
Objective-C
SBSDKIDCardPDF417DocumentFieldTypeDateIssued
Swift
case dateIssued = 4
-
Date expired.
Declaration
Objective-C
SBSDKIDCardPDF417DocumentFieldTypeDateExpired
Swift
case dateExpired = 5
-
Optional.
Declaration
Objective-C
SBSDKIDCardPDF417DocumentFieldTypeOptional1
Swift
case optional1 = 6