BaseBarcodeScannerActivity

Base class is to hold only code common for all Barcode- and BatchBarcode- 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.

Properties

Link copied to clipboard
Link copied to clipboard
lateinit var factory: <Error class: unknown class>

Functions

Link copied to clipboard

User wants to cancel scanning.

Link copied to clipboard

Cancel barcode scanning because of the invalid license.

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

Timeout time has passed.

Link copied to clipboard
abstract fun provideLayoutId(): Int

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