MRZScanner Activity
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.
Types
Link copied to clipboard
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
class ResultContract
Predefined AndroidX Activity Result API contract, ScanbotSDK-flavored.