Base Vin Scanner Activity
Base class is to hold only code common for all Vin- activities.
Inheritors
Types
Link copied to clipboard
interface AutoCancellableResult
Result wrapping entity for component, that support automatic scanning cancelling and closing due to timer.
Link copied to clipboard
interface InternalResult : ScanbotActivityResult<VinScannerUiResult> , BaseVinScannerActivity.AutoCancellableResult
Wrapper-class for all information, obtained as a result of RTU activity work.
Link copied to clipboard
abstract class InternalResultContract<R : BaseVinScannerActivity.InternalResult>(activityClass: Class<*>)
Predefined AndroidX Activity Result API contract, ScanbotSDK-flavored.
Properties
Link copied to clipboard
Will be overridden by descendants that define their own composable views, but we need to call it in onCreate here.