BaseMrzScannerActivity

Base class is to hold only code common for all Mrz- activities.

Inheritors

Constructors

Link copied to clipboard
constructor()

Types

Link copied to clipboard

Result wrapping entity for component, that support automatic scanning cancelling and closing due to timer.

Link copied to clipboard
object Companion
Link copied to clipboard

Wrapper-class for all information, obtained as a result of RTU activity work.

Link copied to clipboard

Predefined AndroidX Activity Result API contract, ScanbotSDK-flavored.

Properties

Link copied to clipboard
abstract val createView: (configuration: MrzScannerScreenConfiguration) -> Unit

Will be overridden by descendants that define their own composable views, but we need to call it in onCreate here.

Functions

Link copied to clipboard

Delivers scanned document content to the user.

Link copied to clipboard

User wants to cancel scanning.

Link copied to clipboard

Cancel document scanning because of the invalid license.

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

Timeout time has passed.