File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
IDCheckioSDK_Sample/ViewControllers Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -156,6 +156,8 @@ extension HomeViewController: IdcheckioDelegate {
156156 switch document {
157157 case . identity( let idDocument) :
158158 message = " Hello \( idDocument. fields [ . firstNames] ? . value ?? " " ) \( idDocument. fields [ . lastNames] ? . value ?? " " ) "
159+ case . vehicleRegistration( let registrationDoc) :
160+ message = " \( registrationDoc. fields [ . make] ? . value ?? " " ) \( registrationDoc. fields [ . model] ? . value ?? " " ) "
159161 }
160162 } else if let error = error {
161163 message = error. localizedDescription
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ use_frameworks!
88
99target 'IDCheckioSDK_Sample' do
1010 # Application Pods
11- pod 'IDCheckIOSDK' , '5.2 .0'
11+ pod 'IDCheckIOSDK' , '5.3 .0'
1212
1313end
1414
You can’t perform that action at this time.
0 commit comments