Internal Batch Barcode Scanner Activity
Represents code common for BatchBarcode scanning - bundle or standalone.
Inheritors
Types
Link copied to clipboard
interface InternalResult : ScanbotActivityResult<BarcodeScannerResult> , BaseBarcodeScannerActivity.AutoCancellableResult
Wrapper-class for all information, obtained as a result of RTU activity work.
Link copied to clipboard
abstract class InternalResultContract<R : InternalBatchBarcodeScannerActivity.InternalResult>(activityClass: Class<*>)
Functions
Link copied to clipboard
The signal to finish was received from outside and it is needed to return the current state.
Link copied to clipboard
Link copied to clipboard
open fun onRequestPermissionsResult(requestCode: Int, permissions: Array<String>, grantResults: IntArray)
Link copied to clipboard
Will be overridden by descendants that define their own layout, but we need to call it in onCreate here.