Package-level declarations
Types
Link copied to clipboard
Some scan parts (e.g. NFC) need a reference on an Activity object.
Link copied to clipboard
Jumio custom animation view where the help view animations are displayed
Link copied to clipboard
class JumioConfirmationView @JvmOverloads constructor(context: Context, attrs: AttributeSet? = null, defStyleAttr: Int = 0, cornerRadius: Int = 0) : CheckView<ConfirmationInterface>
A custom view to display the confirmation image of a JumioConfirmationHandler
Link copied to clipboard
A custom view to handle JumioScanPart verification for digital identities.
Link copied to clipboard
class JumioFileAttacher
Some scan parts (e.g. Document) allow direct file upload
Link copied to clipboard
class JumioRejectView @JvmOverloads constructor(context: Context, attrs: AttributeSet? = null, defStyleAttr: Int = 0, cornerRadius: Int = 0, borderColor: Int = Color.TRANSPARENT) : CheckView<RejectInterface>
A custom view to display the reject image of a JumioRejectHandler
Link copied to clipboard
class JumioScanView @JvmOverloads constructor(context: Context, attrs: AttributeSet? = null, defStyle: Int = 0) : CameraScanView
A custom view to display the camera preview and enable scanning of a JumioScanPart.