JumioControllerDelegate
public protocol JumioControllerDelegate : AnyObject
Protocol for Jumio.Controller
events
-
SDK settings are loaded and all credentials of this workflow are provided
Note
If
consentItems
is 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
controller
Jumio.Controller
instancecredentialInformations
list of
Jumio.Credential.Info
consentItems
list of required consent items
-
A
Jumio.Error
occurred during workflow executionParameters
controller
Jumio.Controller
instanceerror
Jumio.Error
object -
The final callback after
Jumio.Controller.finish()
has been called. After that, theJumio.Controller
can not be used anymore.Parameters
controller
Jumio.Controller
instanceresult
Jumio.Result
instance -
A
Jumio.LogicalError
occurred during workflow executionNote
This should only occur during integration & development and not in productionParameters
controller
Jumio.Controller
instancelogicalError
Jumio.LogicalError
reference