InternalBatchBarcodeScannerActivity

Represents code common for BatchBarcode scanning - bundle or standalone.

Inheritors

Constructors

Link copied to clipboard
constructor()

Types

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

Functions

Link copied to clipboard
open override fun finishCurrentState()

The signal to finish was received from outside and it is needed to return the current state.

Link copied to clipboard
open fun onBackPressed()
Link copied to clipboard
open fun onRequestPermissionsResult(requestCode: Int, permissions: Array<String>, grantResults: IntArray)
Link copied to clipboard
open override fun onResume()
Link copied to clipboard
open fun onStop()
Link copied to clipboard
open override fun provideLayoutId(): Int

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