MRZScannerActivity

class MRZScannerActivity : BaseMRZScannerActivity, HasComponent<SDKUIComponent>

Deprecated

This component is deprecated and will be deleted in the future. Please use [io.scanbot.sdk.ui_v2.mrz.MrzScannerActivity] instead

Represents camera screen for MRZ codes scanning.

Constructors

Link copied to clipboard
constructor()

Types

Link copied to clipboard
object Companion : NFBaseActivity.RtuCompanion<MRZScannerActivity.Result>
Link copied to clipboard
data class Result(val resultCode: Int, val result: MrzScannerResult?, val isLicenseInvalid: Boolean, val sdkIsNotInitialized: Boolean) : ScanbotActivityResult<MrzScannerResult>
Link copied to clipboard

Predefined AndroidX Activity Result API contract, ScanbotSDK-flavored.

Properties

Link copied to clipboard
open override val component: SDKUIComponent

Functions

Link copied to clipboard
open override fun onCreate(savedInstanceState: Bundle?)