Companion

object Companion : NFBaseActivity.RtuCompanion<MRZScannerActivity.Result>

Functions

Link copied to clipboard
open override fun extractResult(resultCode: Int, data: Intent?): MRZScannerActivity.Result

Extract result entity encapsulating this RTU-activity's work.

Link copied to clipboard

Triggers the force-finishing of the RTU UI Activity.

Link copied to clipboard
fun newIntent(context: Context, scannerConfiguration: MRZScannerConfiguration): Intent

Factory method to construct intent to start this activity.