JumioSDK

class JumioSDK

Is used to start a workflow based on a pre-generated sdk token

Constructors

Link copied to clipboard
constructor(context: Context)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Sets a custom theme for the SDK. Overrides the theme, that is defined in the manifest

Link copied to clipboard

Specify the datacenter in which the token has been generated

Link copied to clipboard

A Jumio SDK token. This token contains information about the workflow, credential, transaction identifiers and other parameters.

Functions

Link copied to clipboard
fun restore(context: Context, data: Bundle, controllerInterface: JumioControllerInterface, scanPartInterface: JumioScanPartInterface?, restore: (controller: JumioController, credentials: List<JumioCredentialInfo>, activeCredential: JumioCredential?, activeScanPart: JumioScanPart?) -> Unit)

Restore the persisted SDK and continue the SDK journey

Link copied to clipboard
fun start(context: Context, controllerInterface: JumioControllerInterface): JumioController

Starts the sdk with the specified token and data center