JumioCredential

abstract class JumioCredential

Handles the JumioScanPart initialization and credential lifecycle

Inheritors

Properties

Link copied to clipboard

Represents all the JumioCredentialParts that are required for this credential

Link copied to clipboard

Indicates if all JumioCredentialParts of this credential have been successfully completed

Link copied to clipboard
abstract val isConfigured: Boolean

Indicates if this credential is configured and credentialParts are available

Functions

Link copied to clipboard
open fun cancel()

Cancels the credential

Link copied to clipboard
open fun finish()

Finishes the credential in case isComplete is true, otherwise an IllegalArgumentException will be thrown

Link copied to clipboard

Returns an addon scan part if available

Link copied to clipboard
abstract fun initScanPart(credentialPart: JumioCredentialPart, scanPartInterface: JumioScanPartInterface): JumioScanPart

Initializes and returns a JumioScanPart based on the provided JumioCredentialPart