JumioDigitalIdentityView

class JumioDigitalIdentityView : FrameLayout, ScanViewInterface

A custom view to handle JumioScanPart verification for digital identities.

Constructors

Link copied to clipboard
constructor(context: Context, attrs: AttributeSet? = null)
constructor(context: Context, attrs: AttributeSet?, defStyleAttr: Int)

Functions

Link copied to clipboard
open override fun attach(scanPart: JumioScanPart)

Attach a scanPart to this view once scan step com.jumio.sdk.enums.JumioScanStep.DIGITAL_IDENTITY_VIEW is received to continue the verification.

Link copied to clipboard
fun restoreState(inState: Bundle)

Restores the state of this JumioDigitalIdentityView from the given Bundle. This method may be used android.app.Activity.onCreate or android.app.Activity.onRestoreInstanceState and should be called to restore the state of this view.

Link copied to clipboard