Internal Barcode Scanner Activity
abstract class InternalBarcodeScannerActivity : BaseBarcodeScannerActivity, BarcodeConfirmationDialogInterface
Shares code common only for all non-batch-barcode scanning (standalone and bundle) activities.
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 : InternalBarcodeScannerActivity.InternalResult>(activityClass: Class<*>)
Predefined AndroidX Activity Result API contract, ScanbotSDK-flavored.
Functions
Link copied to clipboard
Called when the user wants to confirm the scan result
Link copied to clipboard
Called when the user rejected the scan result and wants to retry the scan
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.