Package-level declarations

Types

Link copied to clipboard
data class JumioDigitalDocument(val type: String, val title: String = type) : JumioDocument

Represents a digital document (i.e. a digital identity).

Link copied to clipboard
sealed interface JumioDocument : Serializable

A sealed class representing all possible JumioDocuments.

Link copied to clipboard
data class JumioDocumentInfo(val issuingCountry: String?, val documentType: JumioDocumentType?) : Serializable

Data class that provides detailed information on a scanned document

Link copied to clipboard

Supported document types

Link copied to clipboard

Supported document variants

Link copied to clipboard
data class JumioLookupResult(val documentType: JumioDocumentType, val legalStatement: JumioLookupResult.JumioLegalStatement) : Serializable

Represents the result of a document lookup in a selfie.Done workflow

Link copied to clipboard

Represents a physical document to be verified.