UploadDelegate
@objc
public protocol UploadDelegate
The UploadDelegate protocol defines methods that allow you to notify the Gini Capture SDK when a document upload has finished (either successfully or with an error)
-
Undocumented
Declaration
Swift
func uploadDidFail(for document: GiniCaptureDocument, with error: Error) -
Undocumented
Declaration
Swift
func uploadDidComplete(for document: GiniCaptureDocument)
View on GitHub
UploadDelegate Protocol Reference