Companion

object Companion : BaseActivity.RtuCompanion<Result<BarcodeScannerUiResult>>

Functions

Link copied to clipboard
open override fun extractResult(resultCode: Int, data: Intent?): Result<BarcodeScannerUiResult>

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

Link copied to clipboard
fun forceClose(context: Context, keepResult: Boolean = false)

Triggers the force-finishing of the RTU UI Activity

Link copied to clipboard

Factory method to construct intent to start this activity.