Skip to main content

DocumentScanDelegate

public protocol DocumentScanDelegate

DocumentScanDelegate is handling Document scanning responses.

Method Details

void onDocumentScanResponse(status: Bool, document: String?, sessionID: String?, error: ErrorResponse?)

A callback method will be executed when Passport RFID Scanning is completed.

ParameterDescription
statusBool: Status true/false
documentString: Returns document string json
sessionIDString: id proofing session id
errorErrorManager.ErrorResponse: In case of error, an object of ErrorManager.ErrorResponse is returned.