JumioControllerInterface

Interface for JumioController lifecycle events

Functions

Link copied to clipboard
abstract fun onError(error: JumioError)

A JumioError occurred during workflow execution

Link copied to clipboard
abstract fun onFinished(result: JumioResult)

The final callback after JumioController.finish has been called. After that, the JumioController can not be used anymore

Link copied to clipboard
abstract fun onInitialized(credentials: List<JumioCredentialInfo>, consentItems: List<JumioConsentItem>?)

SDK settings are loaded and all credentials of this workflow are provided If policyUrl is not null the user must actively consent to it. Please make sure to call JumioController.userConsented for each JumioConsentItem before starting a credential