JumioControllerDelegate
public protocol JumioControllerDelegate : AnyObject
Protocol for Jumio.Controller events
-
SDK settings are loaded and all credentials of this workflow are provided
Note
If
consentItemsis not null, the user must actively consent to each item. Please make sure to callJumio.Controller.userConsented(to consentItem: Jumio.ConsentItem, decision: Bool)before starting a credentialDeclaration
Parameters
controllerJumio.ControllerinstancecredentialInformationslist of
Jumio.Credential.InfoconsentItemslist of required consent items
-
A
Jumio.Erroroccurred during workflow executionParameters
controllerJumio.ControllerinstanceerrorJumio.Errorobject -
The final callback after
Jumio.Controller.finish()has been called. After that, theJumio.Controllercan not be used anymore.Declaration
Parameters
controllerJumio.ControllerinstanceresultJumio.Resultinstance -
A
Jumio.LogicalErroroccurred during workflow executionNote
This should only occur during integration & development and not in productionDeclaration
Parameters
controllerJumio.ControllerinstancelogicalErrorJumio.LogicalErrorreference
View on GitHub